ExportRequestAuthenticationCookieName Property |
Gets or sets the name of the authentication cookie.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string AuthenticationCookieName { get; set; }
Public Property AuthenticationCookieName As String
Get
Set
public:
property String^ AuthenticationCookieName {
String^ get ();
void set (String^ value);
}
member AuthenticationCookieName : string with get, set
Property Value
Type:
String
The name of the authentication cookie.
See Also