QueryStringValueExcludeBoundaryCharacter Field | 
 
            Gets the character which should be used to identify if the boundary value should not be considered.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic const char ExcludeBoundaryCharacter = '*'
Public Const ExcludeBoundaryCharacter As Char = "*"C
public:
literal wchar_t ExcludeBoundaryCharacter = '*'
static val mutable ExcludeBoundaryCharacter: char
Field Value
Type: 
Char
            The exclude boundary character.
            
See Also