SmartPartPlaceholder.SmartPartName Property

Gets or sets the name of SmartPart that will be placed in the placeholder.

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

Syntax

'Declaration
Public Property SmartPartName As String
'Usage
Dim instance As SmartPartPlaceholder
Dim value As String

value = instance.SmartPartName

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

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

public final function set SmartPartName (value : String)

See Also

Reference

SmartPartPlaceholder Class
SmartPartPlaceholder Members
Microsoft.Practices.CompositeUI.WinForms Namespace