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.GetObjectType

[To be supplied.]

[Visual Basic]
Public Function GetObjectType() As Type
[C#]
public Type GetObjectType();
[C++]
public: Type* GetObjectType();
[JScript]
public function GetObjectType() : Type;

Return Value

the type of the object value

See Also

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