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

Sets the name of the property.

[Visual Basic]
Sub SetPropertyName( _
   ByVal value As String _
)
[C#]
void SetPropertyName(
   string value
);
[C++]
void SetPropertyName(
   String* value
) = 0;
[JScript]
function SetPropertyName(
   value : String
);

Parameters

value
The name of the property to set.

See Also

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