|
| FbApiWrapper - Documentation |
| PicturesColleciton..::..Item Property |
| PicturesColleciton Class See Also Send Feedback |
|
[Missing <summary> documentation for "P:FacebookWrapper.ObjectModel.PicturesColleciton.Item(System.String)"]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public Image this[ string i_SizeType ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ i_SizeType As String _ ) As Image Get |
| Visual C++ |
|---|
public: property Image^ default[String^ i_SizeType] { Image^ get (String^ i_SizeType); } |
Parameters
- i_SizeType
- Type: System..::..String