set's the OAuth Requestor Identifier. Only useful if you are using the OAuthFactory as well.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public string OAuthRequestorId { get; set; }
Visual Basic (Declaration)
Public Property OAuthRequestorId As String
Visual C++
public:

property String^ OAuthRequestorId {

	String^ get ();

	void set (String^ value);

}

Return Value

See Also