Identifies the named element.

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

Syntax

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

Field Value

The name reference.

See Also