IUpdateEvent.Message Property

 

Applies To: Windows Server Update Services

Gets the message text associated with the event.

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

Syntax

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

Property Value

Type: System.String

The message text associated with the event, using the PreferredCulture if the localized text is available, otherwise in English.

See Also

IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top