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!

CodePersister.GetNameFromReference

Returns the name of the given reference. This will look up in either the referenceService or the component's site.

[Visual Basic]
Overridable Public Function GetNameFromReference( _
   ByVal reference As Object _
) As String
[C#]
public virtual string GetNameFromReference(
   object reference
);
[C++]
public: virtual String* GetNameFromReference(
   Object* reference
);
[JScript]
public function GetNameFromReference(
   reference : Object
) : String;

Parameters

reference
[To be supplied.]

See Also

CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace