ValidationIssue.NotificationSent Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether a notification has been sent for the validation issue.

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

Syntax

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

Property Value

Type: System.Boolean

true if a notification has been sent; otherwise, false.

See Also

ValidationIssue Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top