Share via


RemoveBinaryDataAnnotationRequest.AnnotationId Field

banner art

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

© 2007 Microsoft Corporation. All rights reserved.