ImportLocalizedData.SupportedCommand Property

Definition

The command allowed in the data file. If unspecified, then ConvertFrom-StringData is allowed.

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

Property Value

String[]
Attributes

Applies to