BusinessRule.NotificationGroup 属性

定义

指定要通知规则的组的 muid。

可选。 可指定 NotificationGroupNotificationUser,但不能同时指定两者。

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)。

属性

适用于