In This Topic

Title Property (AnnotationRedaction)

In This Topic
The title of the annotation.
Syntax
'Declaration
 
Public Shadows Property Title As String
public new string Title {get; set;}
public read-write property Title: String; 
public hide function get,set Title : String
public: __property new string* get_Title();
public: __property new void set_Title( 
   string* value
);
public:
new property String^ Title {
   String^ get();
   void set (    String^ value);
}
See Also