Gets a string that identifies the relationship.

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

Syntax

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

Field Value

The id.

See Also