SecurityFlagsDetailDescription.BitMask Property
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
'Usage
Dim instance As SecurityFlagsDetailDescription
Dim value As Long
value = instance.BitMask
instance.BitMask = value
Syntax
'Declaration
<DefaultValueAttribute(0)> _
<XmlAttributeAttribute("DependsOn")> _
Public Property BitMask As Long
[DefaultValueAttribute(0)]
[XmlAttributeAttribute("DependsOn")]
public long BitMask { get; set; }
[DefaultValueAttribute(0)]
[XmlAttributeAttribute(L"DependsOn")]
public:
property long long BitMask {
long long get ();
void set (long long value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public long get_BitMask ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_BitMask (long value)
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
Reference
SecurityFlagsDetailDescription Class
SecurityFlagsDetailDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace