ModelID Property (AnnotationCustom)
 
            
                In This Topic
            
            
            A private identifier defining the model of the annotation.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<DescriptionAttribute("A private identifier defining the model of the annotation")>
Public ReadOnly Property ModelID As Integer
             
        
            
            [Description("A private identifier defining the model of the annotation")]
public int ModelID {get;}
             
        
            
            public read-only property ModelID: Integer; 
             
        
            
            DescriptionAttribute("A private identifier defining the model of the annotation")
public function get ModelID : int
             
        
            
            [Description("A private identifier defining the model of the annotation")]
public: __property int get_ModelID();
             
        
            
            [Description("A private identifier defining the model of the annotation")]
public:
property int ModelID {
   int get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also