Share via


ISmartPartInfo.Description Property

Description of this SmartPart.

Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Property Description As String
'Usage
Dim instance As ISmartPartInfo
Dim value As String

value = instance.Description

instance.Description = value
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_Description ()

/** @property */
void set_Description (String value)
function get Description () : String

function set Description (value : String)

See Also

Reference

ISmartPartInfo Interface
ISmartPartInfo Members
Microsoft.Practices.CompositeUI.SmartParts Namespace