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

[To be supplied.]

[Visual Basic]
Public Function GetNewObjectTypeName() As String
[C#]
public string GetNewObjectTypeName();
[C++]
public: String* GetNewObjectTypeName();
[JScript]
public function GetNewObjectTypeName() : String;

Return Value

the name of the constructor to call to create this object again

See Also

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