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

Visual Basic
Dim instance As ManagementClassPropertyDescription
Dim value As Integer

value = instance.ColumnWidth

instance.ColumnWidth = value

Syntax

Visual Basic
<XmlAttributeAttribute("ColumnWidth")> _
<DefaultValueAttribute(60)> _
Public Property ColumnWidth As Integer
C#
[XmlAttributeAttribute("ColumnWidth")] 
[DefaultValueAttribute(60)] 
public int ColumnWidth { get; set; }
C++
[XmlAttributeAttribute(L"ColumnWidth")] 
[DefaultValueAttribute(60)] 
public:
property int ColumnWidth {
		int get ();
		void set (int value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_ColumnWidth ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ColumnWidth (int value)
JScript
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