Privacy Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the visibility of this event

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

Syntax

C#
public Event..::..ePrivacy Privacy { get; }
Visual Basic
Public ReadOnly Property Privacy As Event..::..ePrivacy
	Get
Visual C++
public:
property Event..::..ePrivacy Privacy {
	Event..::..ePrivacy get ();
}

Remarks

original: string containing 'OPEN', 'CLOSED', or 'SECRET'

.NET Framework Security

Permission Description
generic access_token, user_events or friends_events

See Also