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!

ICodeNameReferenceExpression.SetName

Sets the name (or text) that this expression represents.

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

Parameters

value
The new name.

See Also

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