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

[To be supplied.]

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

Return Value

the name of the method to call to create this object. null will be returned if the constructor should be called.

See Also

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