LoginResult.LoginSuccess Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets a value indicating whether the Login call completed successfully.
Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LoginSuccess As Boolean
Get
'Usage
Dim instance As LoginResult
Dim value As Boolean
value = instance.LoginSuccess
public bool LoginSuccess { get; }
public:
property bool LoginSuccess {
bool get ();
}
member LoginSuccess : bool
function get LoginSuccess () : boolean
Property Value
Type: System.Boolean
true if the login was successful; otherwise, false.
See Also
Reference
System.ServiceModel.DomainServices.Client.ApplicationServices Namespace