IdeaBlade DevForce 2010 Help Reference
IsPersistent Property
See Also  Send Feedback
IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel Namespace > FormsAuthenticationLoginCredential Class : IsPersistent Property



Whether the authentication ticket should be persistent.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public Property IsPersistent As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FormsAuthenticationLoginCredential
Dim value As Boolean
 
instance.IsPersistent = value
 
value = instance.IsPersistent
C# 
[DataMemberAttribute()]
public bool IsPersistent {get; set;}
C++/CLI 
[DataMemberAttribute()]
public:
property bool IsPersistent {
   bool get();
   void set (    bool value);
}

Remarks

Only used when using Forms authentication, enabled in the system.web configuration section:
             <authentication mode="Forms" />
            

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.