|
| FbApiWrapper - Documentation |
| PicturesColleciton..::..PictureUrl Property |
| PicturesColleciton Class See Also Send Feedback |
|
Returns a URL of the objects picture
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public string PictureUrl { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PictureUrl As String Get |
| Visual C++ |
|---|
public: property String^ PictureUrl { String^ get (); } |