GroupDetailInfo.ComputerAccess Property

Gets or sets the group account permissions for the Remote Computers link on Remote Web Access.

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

Usage

'Usage
Dim instance As GroupDetailInfo
Dim value As RemoteAccessType

value = instance.ComputerAccess

instance.ComputerAccess = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ComputerAccess (RemoteAccessType value)
CompilerGeneratedAttribute 
public function get ComputerAccess () : RemoteAccessType

CompilerGeneratedAttribute 
public function set ComputerAccess (value : RemoteAccessType)

Property Value

An instance of the RemoteAccessType class.

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

See Also

Reference

GroupDetailInfo Class
GroupDetailInfo Members
Microsoft.WindowsServerSolutions.Groups Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.