ConstantsMaxNameLength Field | 
 
            The maximum length of an object name.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic const int MaxNameLength = 300
Public Const MaxNameLength As Integer = 300
public:
literal int MaxNameLength = 300
static val mutable MaxNameLength: int
Field Value
Type: 
Int32
RemarksThe value of this constant is 300.
See Also