ManagementClassPropertyDescription.ColumnWidth Property
Gets or sets the width of the header column that is used to display text to the user. The text is the name of the property or the name of a resource in the resource assembly.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As Integer
value = instance.ColumnWidth
instance.ColumnWidth = value
Syntax
'Declaration
<XmlAttributeAttribute("ColumnWidth")> _
<DefaultValueAttribute(60)> _
Public Property ColumnWidth As Integer
[XmlAttributeAttribute("ColumnWidth")]
[DefaultValueAttribute(60)]
public int ColumnWidth { get; set; }
[XmlAttributeAttribute(L"ColumnWidth")]
[DefaultValueAttribute(60)]
public:
property int ColumnWidth {
int get ();
void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_ColumnWidth ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ColumnWidth (int value)
DebuggerStepThroughAttribute
public function get ColumnWidth () : int
DebuggerStepThroughAttribute
public function set ColumnWidth (value : int)
Property Value
Column width.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace