GetSessionOptionsIncludeSecureAttributes 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 (26.2.0.1000)
Syntax
[DataMemberAttribute(Name = "includeSecureAttributes", EmitDefaultValue = false)]
public bool IncludeSecureAttributes { get; set; }

Property Value

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