Gets the globally unique identifier (GUID) of the Annotation.

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

Syntax

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

Field Value

The id.

See Also