xRecord.fieldAccessRight(String) 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.
Returns the field access right.
public:
virtual Dynamics::AX::Application::AccessRight fieldAccessRight(System::String ^ _fieldName);
public virtual Dynamics.AX.Application.AccessRight fieldAccessRight (string _fieldName);
abstract member fieldAccessRight : string -> Dynamics.AX.Application.AccessRight
override this.fieldAccessRight : string -> Dynamics.AX.Application.AccessRight
Public Overridable Function fieldAccessRight (_fieldName As String) As AccessRight
Parameters
- _fieldName
- String
The name of the field for which to obtain the field access right.
Returns
The field access right for the field.