DkmILBitFieldWriteToBytes.BitPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The bit position to write to. Must be between 0 and 63.
public:
property System::UInt32 BitPosition { System::UInt32 get(); };
public:
property unsigned int BitPosition { unsigned int get(); };
public uint BitPosition { get; }
member this.BitPosition : uint32
Public ReadOnly Property BitPosition As UInteger