NewModuleManifestCommand.Tags Property

Definition

Gets or sets the Tags.

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

Property Value

String[]
Attributes

Applies to