In This Topic

PreviousGuid Property (AnnotationComment)

In This Topic
Specifies the parent annotation unique identifier.
Syntax
'Declaration

 

Public Shadows Property PreviousGuid As String
public new string PreviousGuid {get; set;}
public read-write property PreviousGuid: String; 
public hide function get,set PreviousGuid : String
public: __property new string* get_PreviousGuid();

public: __property new void set_PreviousGuid( 

   string* value

);
public:

new property String^ PreviousGuid {

   String^ get();

   void set (    String^ value);

}
See Also