BusinessRule.NotificationUser Property
Definition
获取或设置要向其通知有关规则的组的全局唯一标识符 (GUID) 。Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
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)
Property Value
Guid 类型的新实例。A new instance of type Guid.
- Attributes