Property.Component Property
Gets the Object that defines the property described by Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Component As Object
public Object Component { get; }
public:
property Object^ Component {
Object^ get ();
}
public function get Component () : Object
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace