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!

PropertyValue.GetKind

Gets the type of value represented by this object

[Visual Basic]
Public Function GetKind() As Integer
[C#]
public int GetKind();
[C++]
public: int GetKind();
[JScript]
public function GetKind() : int;

Return Value

an integer matching one of the TYPE_* constants in PropertyValue

See Also

PropertyValue Class | PropertyValue Members | System.ComponentModel.Design Namespace