In This Topic

ReviewStatus Property (AnnotationComment)

In This Topic
Defines the comment review status.
Syntax
'Declaration
 
Public Shadows Property ReviewStatus As Annotation.AnnotationCommentReviewStatus
public new Annotation.AnnotationCommentReviewStatus ReviewStatus {get; set;}
public read-write property ReviewStatus: Annotation.AnnotationCommentReviewStatus; 
public hide function get,set ReviewStatus : Annotation.AnnotationCommentReviewStatus
public: __property new Annotation.AnnotationCommentReviewStatus get_ReviewStatus();
public: __property new void set_ReviewStatus( 
   Annotation.AnnotationCommentReviewStatus value
);
See Also