ConvertFromStringDataCommand.StringData Property

Definition

The list of properties to display. These take the form of an PSPropertyExpression.

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

Property Value

Attributes

Applies to