Language

BusinessRule.NotificationGroup プロパティ

定義

ルールについて通知されるグループのミュードを指定します。

Optional. NotificationGroup または NotificationUser を指定しても両方は指定できません。

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

プロパティ値

ルールについて通知されるグループのグローバル一意識別子(GUID)です。

属性

適用対象