Gender Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the middle name of the user

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

Syntax

C#
public Nullable<User..::..eGender> Gender { get; }
Visual Basic
Public ReadOnly Property Gender As Nullable(Of User..::..eGender)
	Get
Visual C++
public:
property Nullable<User..::..eGender> Gender {
	Nullable<User..::..eGender> get ();
}

.NET Framework Security

Permission Description
No access_token required

See Also