IUpdate.Title Property

 

Applies To: Windows Server Update Services

Gets the title of the update.

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

Syntax

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

Property Value

Type: System.String

The title of the update.

Remarks

If the title is localized, the property returns the title in the language that PreferredCulture specifies; otherwise, English.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top