Count Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets The number of photos in this album

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public Nullable<long> Count { get; }
Visual Basic
Public ReadOnly Property Count As Nullable(Of Long)
	Get
Visual C++
public:
property Nullable<long long> Count {
	Nullable<long long> get ();
}

Remarks

original: string

.NET Framework Security

Permission Description
Any valid access_token or user_photos or friend_photos

See Also