InventoryScope.ClassName Property

 

Applies To: Windows Server Update Services

The class name which the caller is interested in.

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

Syntax

public string ClassName { get; }
public:
property String^ ClassName {
    String^ get();
}
member ClassName : string with get
Public ReadOnly Property ClassName As String

Property Value

Type: System.String

The class name which the caller is interested in.

See Also

InventoryScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top