|
| FbApiWrapper - Documentation |
| PostedItem..::..FieldsToLoad Property |
| PostedItem Class See Also Send Feedback |
|
[Missing <summary> documentation for "P:FacebookWrapper.ObjectModel.PostedItem.FieldsToLoad"]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
protected override Dictionary<DynamicWrapper..::..eLoadOptions, string> FieldsToLoad { get; } |
| Visual Basic |
|---|
Protected Overrides 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 () override; } |