Subject Property (Annotation)
 
            
                In This Topic
            
            
            The subject of the annotation, if any.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<DescriptionAttribute("The subject of the annotation, if any")>
Public Property Subject As String
             
        
            
            [Description("The subject of the annotation, if any")]
public string Subject {get; set;}
             
        
            
            public read-write property Subject: String; 
             
        
            
            DescriptionAttribute("The subject of the annotation, if any")
public function get,set Subject : String
             
        
            
            [Description("The subject of the annotation, if any")]
public: __property string* get_Subject();
public: __property void set_Subject( 
   string* value
);
             
        
            
            [Description("The subject of the annotation, if any")]
public:
property String^ Subject {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also