DataProviderDataIsGatewaySupported Property  | 
 
            Gets a value indicating whether this data provider supports Dundas BI Gateway.
            
 
    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 = "isGatewaySupported", EmitDefaultValue = false)]
public bool IsGatewaySupported { get; set; }<DataMemberAttribute(Name := "isGatewaySupported", EmitDefaultValue := false)>
Public Property IsGatewaySupported As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"isGatewaySupported", EmitDefaultValue = false)]
property bool IsGatewaySupported {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "isGatewaySupported", EmitDefaultValue = false)>]
member IsGatewaySupported : bool with get, set
Property Value
Type: 
Boolean if this data provider supports Dundas BI Gateway; otherwise, 
.
            
See Also