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