Udostępnij za pośrednictwem


AccessCheckRule.User Property

Gets the user name 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.User

Syntax

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

Property Value

The user name 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