Gets the URI to which the entry is linked.

Namespace: FirstFloor.Documents.DocumentStructures
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The outline target.

See Also