Share via


IUpdateClassification.ReleaseNotes Property

 

Applies To: Windows Server Update Services

Gets the release notes for the classification.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string ReleaseNotes { get; }
property String^ ReleaseNotes {
    String^ get();
}
abstract ReleaseNotes : string with get
ReadOnly Property ReleaseNotes As String

Property Value

Type: System.String

Release notes for the classification. The property returns the release notes using the PreferredCulture if the localized text is available, otherwise the release notes are in English.

See Also

IUpdateClassification Interface
Microsoft.UpdateServices.Administration Namespace

Return to top