다음을 통해 공유


SessionOpenNotification.IsEnabled 속성

정의

알림을 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 abstract property bool IsEnabled { bool get(); };
public abstract bool IsEnabled { get; }
member this.IsEnabled : bool
Public MustOverride ReadOnly Property IsEnabled As Boolean

속성 값

Boolean

알림을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상