[This is preliminary documentation and is subject to change.]

Gets or sets a DateTime value representing when the session expires.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public DateTime Expires { get; set; }
Visual Basic (Declaration)
Public Property Expires As DateTime
Visual C++
public:
virtual property DateTime Expires {
	DateTime get () sealed;
	void set (DateTime value) sealed;
}

Implements

ISessionInfo..::.Expires

See Also

SessionInfo Class
Facebook.Api Namespace