InventoryScope Constructor (String, String)
Applies To: Windows Server Update Services
Constructor
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public InventoryScope(
string className,
string propertyName
)
public:
InventoryScope(
String^ className,
String^ propertyName
)
new :
className:string *
propertyName:string -> InventoryScope
Public Sub New (
className As String,
propertyName As String
)
Parameters
className
Type: System.StringThe class name which the caller is interested in
propertyName
Type: System.Stringproperty within the class ID the caller is interested in
See Also
InventoryScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top