FieldPermissionType Class
Applies To: Dynamics CRM 2015
Defines the possible field permission types.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.FieldPermissionType
Syntax
public static class FieldPermissionType
public ref class FieldPermissionType abstract sealed
[<AbstractClass>]
[<Sealed>]
type FieldPermissionType = class end
Public NotInheritable Class FieldPermissionType
Methods
Name | Description | |
---|---|---|
Validate(Int32) | Validates the field permission value. |
Fields
Name | Description | |
---|---|---|
Allowed | The action is allowed. Value = 4. |
|
NotAllowed | The action is not allowed. Value = 0. |
Remarks
These values are used to set the FieldPermission.CanCreate, CanRead and CanUpdate attributes.
Corresponds to the values of the A Yes or No Boolean (field_security_permission_type) global option set.
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.
See Also
Return to top
© 2016 Microsoft. All rights reserved. Copyright