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!

AssemblyName.Name

This read/write property returns and sets the simple human-readable name of the assembly.

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

Property Value

Read/write. Returns and sets the simple human-readable name of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace