AuthorizationScope Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the scope of a catalog authorization policy.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Enumeration AuthorizationScope
'Usage
Dim instance As AuthorizationScope
public enum AuthorizationScope
public enum class AuthorizationScope
public enum AuthorizationScope

Members

Member name Description
Application Application scope.
Property Property scope.
ProductCatalog Product catalog scope.
Language Language scope.
InventoryCatalog Inventory catalog scope.

Remarks

The enumeration is a value for the name of an authorization scope for a particular entity. The value represents the scope in the Authorization policy.

See Also

Reference

Microsoft.CommerceServer.Catalog Namespace