| Visual Basic (Declaration) | |
|---|---|
Public Enum LoginState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoginState | |
| C# | |
|---|---|
public enum LoginState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable | |
| C++/CLI | |
|---|---|
public enum class LoginState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable | |
| Member | Description |
|---|---|
| LoggedIn | The user has logged in. |
| LoggedOutMustLoginExplicitly | The user has logged out, and must re-login to make further requests to the EntityServer. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.Security.LoginState
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