|
| FbApiWrapper - Documentation |
| FBAsyncCompletedEventArgs<(Of <(<'T>)>)>..::..ResultData Property |
| FBAsyncCompletedEventArgs<(Of <(<'T>)>)> Class See Also Send Feedback |
|
[Missing <summary> documentation for "P:FacebookWrapper.FBAsyncCompletedEventArgs`1.ResultData"]
Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public T ResultData { get; internal set; } |
| Visual Basic |
|---|
Public Property ResultData As T Get Friend Set |
| Visual C++ |
|---|
public: property T ResultData { T get (); internal: void set (T value); } |