Share via


TwitterOptions.ConsumerKey 속성

정의

Twitter와 통신하는 데 사용되는 소비자 키를 가져오거나 설정합니다.

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

속성 값

Twitter와 통신하는 데 사용되는 소비자 키입니다.

적용 대상