DictTable.Rights Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Rights() |
Returns the access rights of the current user that is specified for the table. |
Rights(Boolean) |
Rights()
Returns the access rights of the current user that is specified for the table.
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 of the current user that is specified for the table. The return value can be one of the values in the AccessType system 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