NewModuleManifestCommand.Author Property

Definition

Gets or sets the author string in the manifest.

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

Property Value

Attributes

Applies to