Subscription.EventType 속성

정의

구독을 트리거하는 이벤트의 유형입니다.

public:
 property System::String ^ EventType { System::String ^ get(); void set(System::String ^ value); };
public string EventType { get; set; }
member this.EventType : string with get, set
Public Property EventType As String

속성 값

구독을 트리거하는 이벤트의 유형을 포함하는 String 값입니다.

적용 대상