Annotation.Id Property

Definition

Specifies the unique integer identifier of the annotation.

public:
 property int Id { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public int Id { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Id : int with get, set
Public Property Id As Integer

Property Value

The unique integer identifier of the annotation.

Attributes

Applies to