InterestedIn Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the genders the user is interested in

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

Syntax

C#
public User..::..eGender[] InterestedIn { get; }
Visual Basic
Public ReadOnly Property InterestedIn As User..::..eGender()
	Get
Visual C++
public:
property array<User..::..eGender>^ InterestedIn {
	array<User..::..eGender>^ get ();
}

Remarks

original: array containing strings

.NET Framework Security

Permission Description
user_relationship_details or friends_relationship_details

See Also