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

Usage

Visual Basic
Dim instance As SecurityFlagsDetailDescription
Dim value As Long

value = instance.BitMask

instance.BitMask = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_BitMask (long value)
JScript
DebuggerStepThroughAttribute 
public function get BitMask () : long

DebuggerStepThroughAttribute 
public function set BitMask (value : long)

Property Value

Bit mask 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