Namespace:  Google.Documents
Assembly:  Google.GData.Documents (in Google.GData.Documents.dll)
Version: 1.4.0.2

Syntax

C#
public string FolderUri { get; set; }
Visual Basic (Declaration)
Public Property FolderUri As String
Visual C++
public:

property String^ FolderUri {

	String^ get ();

	void set (String^ value);

}

See Also