Share via


xRecord.recordLevelSecurity Method

Definition

Overloads

recordLevelSecurity()

Gets and sets the property that indicates whether to apply security on a record level.

recordLevelSecurity(Boolean)

recordLevelSecurity()

Gets and sets the property that indicates whether to apply security on a record level.

public:
 virtual bool recordLevelSecurity();
public virtual bool recordLevelSecurity ();
abstract member recordLevelSecurity : unit -> bool
override this.recordLevelSecurity : unit -> bool
Public Overridable Function recordLevelSecurity () As Boolean

Returns

true if security should be applied on a record level; otherwise, false.

Applies to

recordLevelSecurity(Boolean)

public:
 virtual bool recordLevelSecurity(bool _newValue);
public virtual bool recordLevelSecurity (bool _newValue);
abstract member recordLevelSecurity : bool -> bool
override this.recordLevelSecurity : bool -> bool
Public Overridable Function recordLevelSecurity (_newValue As Boolean) As Boolean

Parameters

_newValue
Boolean

A Boolean value that indicates whether to apply security on a record level; optional.

Returns

Applies to