ProgramKey.Description Property
Applies To: Windows Server Update Services
Gets or sets the key description.
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 key description.
Exceptions
Exception
Condition
The property value is a null reference.
The property value is longer than 256.
See Also
ProgramKey Class
Microsoft.UpdateServices.Administration Namespace
Return to top