InventoryScope Class
Applies To: Windows Server Update Services
Provides a way to limit the scope of the API to a specific class. Also defines the property to summarize by.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.InventoryScope
Syntax
[SerializableAttribute]
public class InventoryScope
[SerializableAttribute]
public ref class InventoryScope
[<SerializableAttribute>]
type InventoryScope = class end
<SerializableAttribute>
Public Class InventoryScope
Constructors
Name | Description | |
---|---|---|
![]() |
InventoryScope(String, String) | Constructor |
Properties
Name | Description | |
---|---|---|
![]() |
ClassName | The class name which the caller is interested in. |
![]() |
PropertyName | The property within the class ID the caller is interested in. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top