NewModuleManifestCommand.ReleaseNotes Property

Definition

Gets or sets the ReleaseNotes.

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

Property Value

Attributes

Applies to