BusinessRule.NotificationUser Property

Definition

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

A new instance of type Guid.

Attributes

Applies to