In This Topic

NextGuid Property (AnnotationComment)

In This Topic
Specifies the next annotation unique identifier.
Syntax
'Declaration
 
Public Shadows Property NextGuid As String
public new string NextGuid {get; set;}
public read-write property NextGuid: String; 
public hide function get,set NextGuid : String
public: __property new string* get_NextGuid();
public: __property new void set_NextGuid( 
   string* value
);
public:
new property String^ NextGuid {
   String^ get();
   void set (    String^ value);
}
See Also