DkmNativeCppEnumValue.Value 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 value of this constant.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property System::UInt64 Value { System::UInt64 get(); };
public:
property unsigned long long Value { unsigned long long get(); };
public ulong Value { get; }
member this.Value : uint64
Public ReadOnly Property Value As ULong