다음을 통해 공유


BusinessRule.NotificationGroup 속성

정의

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

public:
 property Nullable<Guid> NotificationGroup { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Runtime.Serialization.DataMember]
public Guid? NotificationGroup { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.NotificationGroup : Nullable<Guid> with get, set
Public Property NotificationGroup As Nullable(Of Guid)

속성 값

GUID 유형의 새 인스턴스입니다.

특성

적용 대상