Name Property (AnnotationBase)
In This Topic
Gets or sets the annotation name, a text string uniquely identifying it among all annotations on its page.
Syntax
'Declaration
Public Property Name As System.String
public System.string Name {get; set;}
See Also