Registry Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Registry type exposes the following members.
Properties
Name | Description | |
---|---|---|
Data |
Gets the data.
|
|
DataType |
Sets the type of the data. RegistryValueKind Enumeration. Support for Binary, DWord, MultiString, QWord, ExpandString
|
|
Empty |
Indicates whether the Registry Key is empty or not
|
|
Exists |
Indicates whether the Registry value exists
|
|
Key |
Sets the key.
|
|
RegistryHive |
Sets the Registry Hive. Supports ClassesRoot, CurrentUser, LocalMachine, Users, PerformanceData, CurrentConfig, DynData
|
|
RegistryView |
Sets the Registry View. Supports Registry32, Registry64 and Default. Defaults to Default
|
|
Value |
Sets the value. If Value is not provided, an attempt will be made to read the Default Value.
|
See Also