Member.AuditInfo 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 the audit information of the member
public:
property Microsoft::MasterDataServices::Services::DataContracts::AuditInfo ^ AuditInfo { Microsoft::MasterDataServices::Services::DataContracts::AuditInfo ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::AuditInfo ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.AuditInfo AuditInfo { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.AuditInfo : Microsoft.MasterDataServices.Services.DataContracts.AuditInfo with get, set
Public Property AuditInfo As AuditInfo
Property Value
The audit information of the member.
- Attributes