Condividi tramite


AccessCheckRule.IsAllowRule Property

Gets a value indicating whether this authorization rule allows access to a Web service method.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim accessCheckRule1 As AccessCheckRule

Dim returnValue As Boolean
returnValue = accessCheckRule1.IsAllowRule

Syntax

'Declaration
Public ReadOnly Property IsAllowRule() As Boolean
public bool IsAllowRule {get;}
public:
property bool IsAllowRule {
    bool get();
}
public boolean get_IsAllowRule();
public function get IsAllowRule() : Boolean;

Property Value

true to specify that this rule specifies a user or group that is allowed access to a Web service method; false to specify that this rule specifies a user or group that is denied access to a Web service method.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

AccessCheckRule Class
AccessCheckRule Members
Microsoft.Web.Services3.Design Namespace