FieldsToLoad Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "P:FacebookWrapper.ObjectModel.DynamicWrapper.FieldsToLoad"]

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
protected virtual Dictionary<DynamicWrapper..::..eLoadOptions, string> FieldsToLoad { get; }
Visual Basic
Protected Overridable ReadOnly Property FieldsToLoad As Dictionary(Of DynamicWrapper..::..eLoadOptions, String)
	Get
Visual C++
protected:
virtual property Dictionary<DynamicWrapper..::..eLoadOptions, String^>^ FieldsToLoad {
	Dictionary<DynamicWrapper..::..eLoadOptions, String^>^ get ();
}

See Also