Share via


PolicyUsage Enumeration

Specifies the value of the wsp:Usage attribute of a policy assertion.

Namespace: Microsoft.Web.Services2.Policy
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim policyUsage1 As PolicyUsage = PolicyUsage.Ignored

Syntax

'Declaration
Public Enum PolicyUsage
public enum PolicyUsage
public enum class PolicyUsage
public enum PolicyUsage
public enum PolicyUsage

Members

Member name Description
Ignored The assertion is ignored. For more details on the wsp:Usage attribute, please refer to the WS-Policy specification.
Observed No action is taken on the assertion. For more details on the wsp:Usage attribute, please refer to the WS-Policy specification.
Optional The assertion is not required. For more details on the wsp:Usage attribute, please refer to the WS-Policy specification.
Rejected The assertion is not supported. For more details on the wsp:Usage attribute, please refer to the WS-Policy specification.
Required The assertion is required. For more details on the wsp:Usage attribute, please refer to the WS-Policy specification.
Unknown The specified usage is not recognized.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Policy Namespace