BusinessRule.NotificationGroup Property

Definition

Specifies the muid of the group to be notified about the rule.

Optional. NotificationGroup or NotificationUser may be specified, but not both.

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)

Property Value

The Globally Unique Identifier (GUID) of the group to be notified about the rule.

Attributes

Applies to