DkmRegistryTweak.Data 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 tweak in the registry.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property System::UInt32 Data { System::UInt32 get(); };
public:
property unsigned int Data { unsigned int get(); };
public uint Data { get; }
member this.Data : uint32
Public ReadOnly Property Data As UInteger