Specifies the maximum supported length for String or ByteString data types. A decimal.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Property DecimalMaximumStringLength As Decimal
             
        
            
            'Usage
 
Dim instance As _UAStructureFieldInfo
Dim value As Decimal
 
instance.DecimalMaximumStringLength = value
 
value = instance.DecimalMaximumStringLength
             
        
            
            decimal DecimalMaximumStringLength {get; set;}
             
        
            
            property decimal DecimalMaximumStringLength {
   decimal get();
   void set (    decimal value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also