RegInfoTValueData Property
Gets or sets the data of the registry value.
Namespace: DevCase.Core.Windows.RegistryAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual T ValueData { get; set; }
Public Overridable Property ValueData As T
Get
Set
Dim instance As RegInfo
Dim value As T
value = instance.ValueData
instance.ValueData = value
public:
virtual property T ValueData {
T get ();
void set (T value);
}
abstract ValueData : 'T with get, set
override ValueData : 'T with get, set
No code example is currently available or this language may not be supported.
Property Value
T
The data of the registry value.