UserGroupCommonInfoContract.ComputerAccess Property
Gets and sets the computer access.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public RemoteAccessType ComputerAccess { get; set; }
public:
[DataMemberAttribute]
property RemoteAccessType ComputerAccess {
RemoteAccessType get();
void set(RemoteAccessType value);
}
<DataMemberAttribute>
Public Property ComputerAccess As RemoteAccessType
Property Value
Type: Microsoft.WindowsServerSolutions.Users.RemoteAccessType
The computer access.
See Also
UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top