SecurityTableRights.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.
Gets the access rights for the field of the table.
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
Returns
The AccesRight instance for the field.