JAMS Developer Guide
CheckIdentifier Method (Access)


MVPSI.JAMS Namespace > Access Class : CheckIdentifier Method
Checks the passed identifier to make sure that it is a valid user or group
Syntax
'Declaration
 
Public Shared Function CheckIdentifier( _
   ByVal identifierName As System.String, _
   ByVal js As Server _
) As System.Boolean
'Usage
 
Dim identifierName As System.String
Dim js As Server
Dim value As System.Boolean
 
value = Access.CheckIdentifier(identifierName, js)
public static System.bool CheckIdentifier( 
   System.string identifierName,
   Server js
)

Parameters

identifierName
js
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

Access Class
Access Members