Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the concrete type specified for the represented type parameter.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property TypeArgument As Type
public Type TypeArgument { get; set; }
public:
property Type^ TypeArgument {
Type^ get ();
void set (Type^ value);
}
public function get TypeArgument () : Type
public function set TypeArgument (value : Type)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace