Open this page in the API Guide

GetSessionOptions.IncludeSecureAttributes Property

Gets or sets the flag indicating whether or not to include secure custom attribute values. Flag is ignored if caller isn't an administrator.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "includeSecureAttributes", EmitDefaultValue = false)]
public bool IncludeSecureAttributes { get; set; }

Property Value

Type: Boolean
The flag indicating whether or not to include secure custom attribute values.
See Also