UpdateServicesPackage.Title Property
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Get/Set the localized Title which can be displayed on WSUS UI.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public Property Title As String
'Usage
Dim instance As UpdateServicesPackage
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Title ()
/** @property */
public void set_Title (String value)
public function get Title () : String
public function set Title (value : String)
Property Value
The localized Title which can be displayed on WSUS UI.
Remarks
Note: the locale of the current Title is CurrentLanguage property.
Platforms
Windows Server 2003
See Also
Reference
UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace