Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets Dashboard access.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public RemoteAccessType DashboardAccess { get; set; }
public:
[DataMemberAttribute]
property RemoteAccessType DashboardAccess {
RemoteAccessType get();
void set(RemoteAccessType value);
}
<DataMemberAttribute>
Public Property DashboardAccess As RemoteAccessType
Property Value
Type: Microsoft.WindowsServerSolutions.Users.RemoteAccessType
The Dashboard access.
See Also
UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top