AccessCheckRule Constructor (Boolean)
Initializes a new instance of the AccessCheckRule class by specifying whether the authorization rule allows or denies access to a Web service method.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim isAllowRule As Boolean
Dim accessCheckRule1 As New AccessCheckRule(isAllowRule)
Syntax
'Declaration
Public Sub New( _
ByVal isAllowRule As Boolean _
)
public AccessCheckRule(
bool isAllowRule
);
public:
AccessCheckRule(
bool isAllowRule
);
public AccessCheckRule(
boolean isAllowRule
);
public function AccessCheckRule(
isAllowRule : Boolean
);
Parameters
- isAllowRule
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.
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