Share via


ISmartPartInfo.Title Property

Title of this SmartPart.

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

Syntax

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

value = instance.Title

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

/** @property */
void set_Title (String value)
function get Title () : String

function set Title (value : String)

See Also

Reference

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