RegistryProviderSetItemDynamicParameter.Type Property

Definition

Gets or sets the Type parameter as a dynamic parameter for the registry provider's SetItem method

public:
 property Microsoft::Win32::RegistryValueKind Type { Microsoft::Win32::RegistryValueKind get(); void set(Microsoft::Win32::RegistryValueKind value); };
public:
 property Microsoft::Win32::RegistryValueKind Type { Microsoft::Win32::RegistryValueKind get(); void set(Microsoft::Win32::RegistryValueKind value); };
public Microsoft.Win32.RegistryValueKind Type { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public Microsoft.Win32.RegistryValueKind Type { get; set; }
member this.Type : Microsoft.Win32.RegistryValueKind with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.Type : Microsoft.Win32.RegistryValueKind with get, set
Public Property Type As RegistryValueKind

Property Value

Attributes

Remarks

The only acceptable values for this parameter are those found in the RegistryValueKind enum

Applies to