'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 );
public: new property Annotation.AnnotationCommentReviewStatus ReviewStatus { Annotation.AnnotationCommentReviewStatus get(); void set ( Annotation.AnnotationCommentReviewStatus value); }