TypeNode.Data Property
Gets the represented type.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Data As Type
public Type Data { get; }
public:
property Type^ Data {
Type^ get ();
}
public function get Data () : Type
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace