PersonalInfo.AccessLevel Property

Gets or sets the access level of the user account.

Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)

Usage

'Usage
Dim instance As PersonalInfo
Dim value As AccessLevelType

value = instance.AccessLevel

instance.AccessLevel = value

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AccessLevel As AccessLevelType
[DataMemberAttribute] 
public AccessLevelType AccessLevel { get; set; }
[DataMemberAttribute] 
public:
property AccessLevelType AccessLevel {
    AccessLevelType get ();
    void set (AccessLevelType value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public AccessLevelType get_AccessLevel ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_AccessLevel (AccessLevelType value)
CompilerGeneratedAttribute 
public function get AccessLevel () : AccessLevelType

CompilerGeneratedAttribute 
public function set AccessLevel (value : AccessLevelType)

Property Value

One of the AccessLevelType enumeration values.

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 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64

Target Platforms

Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials, Windows Server 2012 Essentials

See Also

Reference

PersonalInfo Class
PersonalInfo Members
Microsoft.WindowsServerSolutions.Users Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.