ConvertToSecureStringCommand.String Property

Definition

Gets or sets the unsecured string to be imported.

public:
 property System::String ^ String { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ String { Platform::String ^ get(); void set(Platform::String ^ value); };
public string String { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)]
public string String { get; set; }
member this.String : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)>]
member this.String : string with get, set
Public Property String As String

Property Value

Attributes

Applies to