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!

TypeDelegator.Name

Retrieves the name of the implemented type, with the path removed.

[Visual Basic]
Overridable Public ReadOnly Property Name As String
[C#]
public string Name {override get;}
[C++]
public: __property virtual String* get_Name();
[JScript]
public function get Name() : String;

Property Value

Read only.

Remarks

A string containing the name of the current TypeDelegator. Only the simple name, not the fully qualified name, is returned. To get the name and the path, use FullName

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace