DkmRegistryTweak.ValueName 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 name of the registry value that specifies this tweak.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property System::String ^ ValueName { System::String ^ get(); };
public:
property Platform::String ^ ValueName { Platform::String ^ get(); };
public string ValueName { get; }
member this.ValueName : string
Public ReadOnly Property ValueName As String