Subscription.IsDataDriven 속성

정의

구독이 데이터 기반인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsDataDriven { bool get(); void set(bool value); };
public bool IsDataDriven { get; set; }
member this.IsDataDriven : bool with get, set
Public Property IsDataDriven As Boolean

속성 값

구독이 데이터 기반이면 true이고, 그렇지 않으면 false입니다.

적용 대상