ImportLocalizedData.SupportedCommand 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 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