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 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "includeSecureAttributes", EmitDefaultValue = false)]
public bool IncludeSecureAttributes { get; set; }
<DataMemberAttribute(Name := "includeSecureAttributes", EmitDefaultValue := false)>
Public Property IncludeSecureAttributes As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"includeSecureAttributes", EmitDefaultValue = false)]
property bool IncludeSecureAttributes {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "includeSecureAttributes", EmitDefaultValue = false)>]
member IncludeSecureAttributes : bool with get, set
Property Value
Type:
Boolean
The flag indicating whether or not to include secure custom attribute values.
See Also