BusinessRule.NotificationUser Property

Definition

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

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

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

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

Attributes

Applies to