次の方法で共有


ValidationIssue.NotificationSent プロパティ

検証の問題に関する通知が送信されたかどうかを示す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property NotificationSent As Boolean 
    Get 
    Set
'使用
Dim instance As ValidationIssue 
Dim value As Boolean 

value = instance.NotificationSent

instance.NotificationSent = value
[DataMemberAttribute]
public bool NotificationSent { get; set; }
[DataMemberAttribute]
public:
property bool NotificationSent {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member NotificationSent : bool with get, set
function get NotificationSent () : boolean 
function set NotificationSent (value : boolean)

プロパティ値

型: System.Boolean
通知が送信された場合は true、それ以外の場合は false。

関連項目

参照

ValidationIssue クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間