IUpdateCategory.ReleaseNotes Property

 

Applies To: Windows Server Update Services

Gets the release notes for the category.

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

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

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top