Share via


ISmartPartPlaceholder.SmartPartName Property

Gets or sets the default name for the SmartPart contained in the WorkItem.

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

Syntax

'Declaration
Property SmartPartName As String
'Usage
Dim instance As ISmartPartPlaceholder
Dim value As String

value = instance.SmartPartName

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

/** @property */
void set_SmartPartName (String value)
function get SmartPartName () : String

function set SmartPartName (value : String)

See Also

Reference

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