BRItem.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.
Caution
This API is now deprecated.
Specifies audit info.
public:
property Microsoft::MasterDataServices::Services::DataContracts::AuditInfo ^ AuditInfo { Microsoft::MasterDataServices::Services::DataContracts::AuditInfo ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::AuditInfo ^ value); };
[System.Obsolete]
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.AuditInfo AuditInfo { get; set; }
[<System.Obsolete>]
[<System.Runtime.Serialization.DataMember>]
member this.AuditInfo : Microsoft.MasterDataServices.Services.DataContracts.AuditInfo with get, set
Public Property AuditInfo As AuditInfo
Property Value
The audit info.
- Attributes