GetAliasCommand.Definition 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.
Parameter definition to retrieve aliases based on their definitions.
public:
property cli::array <System::String ^> ^ Definition { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
property Platform::Array <Platform::String ^> ^ Definition { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Definition { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Definition")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string[] Definition { get; set; }
member this.Definition : string[] with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Definition")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Definition : string[] with get, set
Public Property Definition As String()
Property Value
String[]
- Attributes