ParameterTokenDataIsInversionSupported Property  | 
 
            Gets a value indicating whether this token supports inversion.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "isInversionSupported", EmitDefaultValue = false)]
public bool IsInversionSupported { get; set; }<DataMemberAttribute(Name := "isInversionSupported", EmitDefaultValue := false)>
Public Property IsInversionSupported As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"isInversionSupported", EmitDefaultValue = false)]
property bool IsInversionSupported {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "isInversionSupported", EmitDefaultValue = false)>]
member IsInversionSupported : bool with get, set
Property Value
Type: 
Boolean if this token supports inversion; otherwise, 
.
            
Remarks
            For example, "Null" supports inversion ("not null" is valid), but "All" does not.
            
See Also