다음을 통해 공유


BusinessRule.NotificationUser 속성

정의

규칙에 대해 알림을 받을 사용자의 muid를 지정합니다.

(선택 사항) NotificationGroup 또는 NotificationUser 중 하나를 지정할 수 있지만, 둘 다 지정할 수는 없습니다.

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)

속성 값

규칙에 대한 알림을 받을 사용자의 GUID(Globally Unique Identifier)입니다.

특성

적용 대상