conaito Office2Silverlight SDK
Gets the Office document full path.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public string Path { get; internal set; }
Visual Basic
Public Property Path As String
	Get
	Friend Set
Visual C++
public:
property String^ Path {
	String^ get ();
	internal: void set (String^ value);
}

Field Value

The path.

See Also