Gets or sets the bit value, for example, 4 or 6. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SecurityFlagsDetailDescription
Dim value As Integer

value = instance.BitValue

instance.BitValue = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_BitValue (int value)
JScript
DebuggerStepThroughAttribute 
public function get BitValue () : int

DebuggerStepThroughAttribute 
public function set BitValue (value : int)

Property Value

Bit value.

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