NewModuleManifestCommand.Author 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.
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