xRecord.recordLevelSecurity 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
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.