IRegistryValueEntity.ValueType Property

Definition

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

Applies to