AddInAttribute::Description Property

 

Gets or sets the description of an add-in.

Namespace:   System.AddIn
Assembly:  System.AddIn (in System.AddIn.dll)

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The current description of the add-in.

.NET Framework
Available since 3.5
Return to top
Show: