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.Description

This read/write property returns and sets a short description summarizing the nature and purpose of the assembly.

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

Property Value

Read/write. Returns and sets a short description summarizing the nature and purpose of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace