BusinessRule.NotificationUser Eigenschaft

Definition

Gibt die Muid des Benutzers an, der über die Regel benachrichtigt werden soll.

Optional. Sie können entweder NotificationGroup oder NotificationUser angeben.

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)

Eigenschaftswert

Die GUID (Globally Unique Identifier) des Benutzers, der über die Regel benachrichtigt werden soll.

Attribute

Gilt für: