言語

BusinessRule.NotificationUser プロパティ

定義

ルールについて通知されるグループのグローバル一意識別子(GUID)を取得したり設定したりします。

public:
 property Nullable<Guid> NotificationUser { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Runtime.Serialization.DataMember]
public Guid? NotificationUser { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.NotificationUser : Nullable<Guid> with get, set
Public Property NotificationUser As Nullable(Of Guid)

プロパティ値

新しいタイプのGuidのインスタンスです。

属性

適用対象