EntityMembersGetCriteria.ExcludeAuditInfo Property
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.
Specifies whether exclude auditing information.
public:
property bool ExcludeAuditInfo { bool get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool ExcludeAuditInfo { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.ExcludeAuditInfo : bool
Public ReadOnly Property ExcludeAuditInfo As Boolean
Property Value
true
to exclude auditing information; otherwise, false
.
- Attributes
Remarks
Optional