Group.AuditInfo Property

 

Gets or sets the audit information.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public AuditInfo AuditInfo { get; set; }
public:
[DataMemberAttribute]
property AuditInfo^ AuditInfo {
    AuditInfo^ get();
    void set(AuditInfo^ value);
}
[<DataMemberAttribute>]
member AuditInfo : AuditInfo with get, set
<DataMemberAttribute>
Public Property AuditInfo As AuditInfo

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.AuditInfo

The audit information.

See Also

Group Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top