AllowAnswer Property (AnnotationComment)
 
            
                In This Topic
            
            
            Specifies if the comment can be answered or not.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property AllowAnswer As Boolean
             
        
            
            public new bool AllowAnswer {get; set;}
             
        
            
            public read-write property AllowAnswer: Boolean; 
             
        
            
            public hide function get,set AllowAnswer : boolean
             
        
            
            public: __property new bool get_AllowAnswer();
public: __property new void set_AllowAnswer( 
   bool value
);
             
        
            
            public:
new property bool AllowAnswer {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also