CommonImplementation.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(Boolean) | |
RecordLevelSecurity() |
RecordLevelSecurity(Boolean)
public:
abstract bool RecordLevelSecurity(bool newValue);
public abstract bool RecordLevelSecurity (bool newValue);
abstract member RecordLevelSecurity : bool -> bool
Public MustOverride Function RecordLevelSecurity (newValue As Boolean) As Boolean
Parameters
- newValue
- Boolean
Returns
Applies to
RecordLevelSecurity()
public:
abstract bool RecordLevelSecurity();
public abstract bool RecordLevelSecurity ();
abstract member RecordLevelSecurity : unit -> bool
Public MustOverride Function RecordLevelSecurity () As Boolean