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

Gets or sets the relative XPath identifier required to query the decorated object.

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

Syntax

C#
public string XPath { get; set; }
Visual Basic (Declaration)
Public Property XPath As String
Visual C++
public:
property String^ XPath {
	String^ get ();
	void set (String^ value);
}

See Also

FacebookObjectAttribute Class
Facebook.Api Namespace