FacebookOptions.Fields Property

Definition

The list of fields to retrieve from the UserInformationEndpoint. https://developers.facebook.com/docs/graph-api/reference/user

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Fields { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Fields { get; }
member this.Fields : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Fields As ICollection(Of String)

Property Value

Applies to