IRegistryValueEntity.ValueType 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.
Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "None", "Unknown", "String", "ExpandString", "Binary", "DWord", "MultiString", "QWord" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="valueType", Update=false)]
public string ValueType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "None", "Unknown", "String", "ExpandString", "Binary", "DWord", "MultiString", "QWord" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="valueType", Update=false)>]
member this.ValueType : string
Public ReadOnly Property ValueType As String
Property Value
- Attributes