| ServerSecurityShowSignInWhenGuest Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the sign in buttons are shown when a user is logged into the web site as a guest.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ShowSignInWhenGuest { get; set; }Public Property ShowSignInWhenGuest As Boolean
Get
Set
public:
virtual property bool ShowSignInWhenGuest {
bool get () sealed;
void set (bool value) sealed;
}function get_ShowSignInWhenGuest();
function set_ShowSignInWhenGuest(value);
Property Value
Type:
BooleanTrue if the sign in buttons are shown when a user is logged into the web site as a guest.
Return Value
Type:
BooleanTrue if the sign in buttons are shown when a user is logged into the web site as a guest.
Remarks
See Also