NewModuleManifestCommand.Copyright Property

Definition

Gets or sets the copyright string in the module manifest.

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

Property Value

Attributes

Applies to