JAMS Developer Guide
CredentialReference Constructor(String)


MVPSI.JAMS Namespace > CredentialReference Class > CredentialReference Constructor : CredentialReference Constructor(String)
Initialize a Credential Reference with the specified user name
Syntax
'Declaration
 
Public Function New( _
   ByVal userName As System.String _
)
'Usage
 
Dim userName As System.String
 
Dim instance As New CredentialReference(userName)
public CredentialReference( 
   System.string userName
)

Parameters

userName
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

CredentialReference Class
CredentialReference Members
Overload List