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
System_CAPS_pubmethod InventoryScope(String, String)

Constructor

Properties

Name Description
System_CAPS_pubproperty ClassName

The class name which the caller is interested in.

System_CAPS_pubproperty PropertyName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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