Specifies the length of SqlArtKeyDocumentIdParameter, part of the composite key used to store and retrieve annotations. If it is specified and a positive integer, it will be used in performing a length check when adding the parameter to the SqlCommand. %%. .
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property SqlArtKeyDocumentIdParamLength As Integer
             
        
            
            'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As Integer
 
value = instance.SqlArtKeyDocumentIdParamLength
             
        
            
            public int SqlArtKeyDocumentIdParamLength {get;}
             
        
            
            public: __property int get_SqlArtKeyDocumentIdParamLength();
             
        
            
            public:
property int SqlArtKeyDocumentIdParamLength {
   int get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            Example
"36"
            
            
            
            
            
            See Also