ISubscriptionEvent.Message Property
Applies To: Windows Server Update Services
Gets the 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 text associated with the event. The property returns the text using the PreferredCulture if the localized text is available, otherwise in English.
See Also
ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace
Return to top