TypePickingCommandAttribute.Property Property

Gets the clr-name of the property to which the selected type should be assigned.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Property As String
public string Property { get; }
public:
property String^ Property {
    String^ get ();
}
public function get Property () : String

Field Value

The clr-name of the property to which the selected type should be assigned.

See Also

TypePickingCommandAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace