다음을 통해 공유


BusinessRule.NotificationUser 속성

정의

규칙에 대한 알림을 받을 그룹의 GUID(Globally Unique Identifier)를 가져오거나 설정합니다.

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 유형의 새 인스턴스입니다.

특성

적용 대상