GetParameterTokensOptionsIncludeAttributeTokens Property  | 
 
            Gets or sets a value indicating whether to include the attribute tokens.
            
 
    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 = "includeAttributeTokens", EmitDefaultValue = false)]
public bool IncludeAttributeTokens { get; set; }<DataMemberAttribute(Name := "includeAttributeTokens", EmitDefaultValue := false)>
Public Property IncludeAttributeTokens As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"includeAttributeTokens", EmitDefaultValue = false)]
property bool IncludeAttributeTokens {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "includeAttributeTokens", EmitDefaultValue = false)>]
member IncludeAttributeTokens : bool with get, set
Property Value
Type: 
Boolean
            Include attribute tokens or not.
            
See Also