InventoryScope.PropertyName Property

 

Applies To: Windows Server Update Services

The property within the class ID the caller is interested in.

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

Syntax

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

Property Value

Type: System.String

The property within the class ID the caller is interested in.

See Also

InventoryScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top