GetMapBindingsOptionsFetchOnlyRequestedResources Property  | 
 
            Gets or sets a value indicating whether only map resources that are explicitly requested are returned.
            
 
    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 = "fetchOnlyRequestedResources", EmitDefaultValue = false)]
public bool FetchOnlyRequestedResources { get; set; }<DataMemberAttribute(Name := "fetchOnlyRequestedResources", EmitDefaultValue := false)>
Public Property FetchOnlyRequestedResources As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"fetchOnlyRequestedResources", EmitDefaultValue = false)]
property bool FetchOnlyRequestedResources {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "fetchOnlyRequestedResources", EmitDefaultValue = false)>]
member FetchOnlyRequestedResources : bool with get, set
Property Value
Type: 
Boolean if only requested resources are fetched; otherwise, 
.
            
See Also