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.
Gets or sets audit information.
public:
property Microsoft::MasterDataServices::AuditInfo ^ AuditInfo { Microsoft::MasterDataServices::AuditInfo ^ get(); void set(Microsoft::MasterDataServices::AuditInfo ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.AuditInfo AuditInfo { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AuditInfo : Microsoft.MasterDataServices.AuditInfo with get, set
Public Property AuditInfo As AuditInfo
Property Value
A new instance of type AuditInfo.
- Attributes