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!

ICodePropertySetStatement.GetPropertyName

Gets the name of the property.

[Visual Basic]
Function GetPropertyName() As String
[C#]
string GetPropertyName();
[C++]
String* GetPropertyName() = 0;
[JScript]
function GetPropertyName() : String;

Return Value

The name of the property.

See Also

ICodePropertySetStatement Interface | ICodePropertySetStatement Members | System.ComponentModel.Design.CodeModel Namespace