ImplicitRemotingCommandBase.FormatTypeName Property

Definition

Gets or sets the types for which we should get formatting and output data.

public:
 property cli::array <System::String ^> ^ FormatTypeName { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ FormatTypeName { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] FormatTypeName { get; set; }
[System.Management.Automation.Parameter(Position=3)]
public string[] FormatTypeName { get; set; }
member this.FormatTypeName : string[] with get, set
[<System.Management.Automation.Parameter(Position=3)>]
member this.FormatTypeName : string[] with get, set
Public Property FormatTypeName As String()

Property Value

String[]
Attributes

Applies to