Condividi tramite


AccessCheckRule.Role Property

Gets the role to which this authorization rule applies.

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

Usage

'Usage
Dim accessCheckRule1 As AccessCheckRule

Dim returnValue As String
returnValue = accessCheckRule1.Role

Syntax

'Declaration
Public ReadOnly Property Role() As String
public string Role {get;}
public:
property String^ Role {
    String^ get();
}
public System.String get_Role();
public function get Role() : String;

Property Value

The role to which this authorization rule applies.

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