BusinessRule.NotificationUser 属性

定义

指定要通知有关规则的用户的 muid。

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

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

属性

适用于