ValidationIssue.AuditInfo Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the audit information of the issue.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.AuditInfo

The audit information of the issue.

See Also

ValidationIssue Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top