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!

ICodeParameter.GetName

Gets the name of this parameter.

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

Return Value

The string name of this parameter.

Remarks

The parameter name will be used in the declaration of a property or method, or in method invokes- if the langauge supports named parameters.

See Also

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