DevForce Help Reference
LoginOptions Constructor


Creates an instance of this class with specified settings.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal dataSourceExtension As String, _
   Optional ByVal compositionContextName As String, _
   Optional ByVal entityServiceOption As EntityServiceOption, _
   Optional ByVal serviceKey As String _
)
'Usage
 
Dim dataSourceExtension As String
Dim compositionContextName As String
Dim entityServiceOption As EntityServiceOption
Dim serviceKey As String
 
Dim instance As New LoginOptions(dataSourceExtension, compositionContextName, entityServiceOption, serviceKey)

Parameters

dataSourceExtension
compositionContextName
entityServiceOption
serviceKey
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LoginOptions Class
LoginOptions Members

Send Feedback