WebProxyClient<TService>.HeaderToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The access token returned from OAuth authentication.
public:
property System::String ^ HeaderToken { System::String ^ get(); void set(System::String ^ value); };
public string HeaderToken { get; set; }
member this.HeaderToken : string with get, set
Public Property HeaderToken As String
Property Value
Gets or sets the the access token.