UpdateServicesPackage.DefaultLanguage Property
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Retrieves or sets the default language for the Title/Description pair.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public Property DefaultLanguage As String
'Usage
Dim instance As UpdateServicesPackage
Dim value As String
value = instance.DefaultLanguage
instance.DefaultLanguage = value
public string DefaultLanguage { get; set; }
public:
property String^ DefaultLanguage {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DefaultLanguage ()
/** @property */
public void set_DefaultLanguage (String value)
public function get DefaultLanguage () : String
public function set DefaultLanguage (value : String)
Property Value
The default language to use for the title and description pair.
Remarks
Default: "en".
Platforms
Windows Server 2003
See Also
Reference
UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace