ReturnCode.Description Property
Applies To: Windows Server Update Services
Get/Set description Note: Language must be set before Description. Otherwise an InvalidOperationException will be thrown.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
The return code description.
See Also
ReturnCode Class
Microsoft.UpdateServices.Administration Namespace
Return to top