SupportsAll property

Sets or returns whether the provisioning group supports items within the supplied scope.

Syntax


C++

HRESULT get_SupportsAll(
   ERUScope MyScopeType,
   VARIANT_BOOL*
pSupportsAll)

HRESULT put_SupportsAll(
   ERUScope MyScopeType,
   VARIANT_BOOL*
MySupportsAll)

Scripting languages

SupportsAll = Object.SupportsAll(MyScopeType as ERUScope)

Object.SupportsAll(
   
MyScopeType as ERUScope,
   
MySupportsAll as Boolean) = SupportsAll

Home

Applies to

IERUProvisioningGroup