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!

IReferenceService.GetName

Gets the name for this reference.

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

Parameters

reference
The reference to return the name for.

Return Value

The name of the object referenced, or a null reference (in Visual Basic Nothing) if this is not a valid reference.

See Also

IReferenceService Interface | IReferenceService Members | System.ComponentModel.Design Namespace