Facebook.GraphApiVersion Property

Definition

Gets or sets the version of the Facebook api to be used while logging in.

[Newtonsoft.Json.JsonProperty(PropertyName="graphApiVersion")]
public string GraphApiVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="graphApiVersion")>]
member this.GraphApiVersion : string with get, set
Public Property GraphApiVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to