ConvertFromStringDataCommand.StringData 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.
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