RemoveBinaryDataAnnotationRequest.AnnotationId Field
Specifies the ID of the annotation (note).
Syntax
[Visual Basic .NET]
Public Field AnnotationId As Guid
[C#]
public Guid AnnotationId;
[JScript]
public var AnnotationId : Guid;
Remarks
The AnnotationId field corresponds to the annotation.annotationid field, which is the primary key for the annotation entity.
See Also