次の方法で共有


FacebookOptions.Fields プロパティ

定義

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)

プロパティ値

適用対象