Share via


DictField.rights Method

Definition

Overloads

rights()

Returns the access rights for the current user that are specified for the field.

rights(Boolean)

rights()

Returns the access rights for the current user that are specified for the field.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::AccessType rights();
public virtual Microsoft.Dynamics.Ax.Xpp.AccessType rights ();
abstract member rights : unit -> Microsoft.Dynamics.Ax.Xpp.AccessType
override this.rights : unit -> Microsoft.Dynamics.Ax.Xpp.AccessType
Public Overridable Function rights () As AccessType

Returns

The access rights for the current user that are specified for the field.

Remarks

This can be one of the values in the AccessType enumeration.

Applies to

rights(Boolean)

public:
 virtual Microsoft::Dynamics::Ax::Xpp::AccessType rights(bool ignoreContext);
public virtual Microsoft.Dynamics.Ax.Xpp.AccessType rights (bool ignoreContext);
abstract member rights : bool -> Microsoft.Dynamics.Ax.Xpp.AccessType
override this.rights : bool -> Microsoft.Dynamics.Ax.Xpp.AccessType
Public Overridable Function rights (ignoreContext As Boolean) As AccessType

Parameters

ignoreContext
Boolean

Returns

Applies to