QueryStringValueInverseCharacter Field | 
 
            Gets the character which should be used to identify if the value should be inverse or not.
            
 
    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 InverseCharacter = '!'
Public Const InverseCharacter As Char = "!"C
public:
literal wchar_t InverseCharacter = '!'
static val mutable InverseCharacter: char
Field Value
Type: 
Char
            The inverse character.
            
See Also