IDynamicCategory.Name Property

 

Applies To: Windows Server Update Services

Gets the name of the dynamic category.

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

Syntax

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

Property Value

Type: System.String

The name.

See Also

IDynamicCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top