SystemUserAccessMode Class (CrmHelpers)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
This class specifies the integer flags to set the systemuser.accessmode property. Although the property may accept any value, these are the valid values.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when setting entity property values.
The SystemUserAccessMode class exposes the following members.
| Field | Value | Description |
| Full | 0 | Specifies full access. |
| NonInteractive | 4 | TBD
Microsoft Dynamics Online only. |
| ReadOnly | 2 | Specifies read-only access. |
| SetupUser | 1 | Specifies access to run setup. |
| SupportUser | 3 | Specifies access to perform support operations.
Microsoft Dynamics Online only. |
Remarks
This class is in the helper code file SDK\Helpers\CS\CrmHelpers\enums.cs. This class can also be found in the assembly Microsoft.Crm.Sdk.dll.
Requirements
Filename: enums.cs
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.

