NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GenericFormat.Type

[To be supplied.]

[Visual Basic]
Public Property Type As Type
[C#]
public Type Type {get; set;}
[C++]
public: __property Type* get_Type();
public: __property void set_Type(Type*);
[JScript]
public function get Type() : Type;
public function set Type(Type);

See Also

GenericFormat Class | GenericFormat Members | System.WinForms.ComponentModel Namespace