Religion Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the user's religion

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

Syntax

C#
public string Religion { get; }
Visual Basic
Public ReadOnly Property Religion As String
	Get
Visual C++
public:
property String^ Religion {
	String^ get ();
}

.NET Framework Security

Permission Description
user_religion_politics or friends_religion_politics

See Also