Item Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[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

See Also