ArcFM Responder Mobile Developer Guide
FindUsersByRole Method (IMMPxApplication)






Syntax
'Declaration
 
Function FindUsersByRole( _
   ByVal sRole As System.String _
) As IMMEnumPxUser
'Usage
 
Dim instance As IMMPxApplication
Dim sRole As System.String
Dim value As IMMEnumPxUser
 
value = instance.FindUsersByRole(sRole)
IMMEnumPxUser FindUsersByRole( 
   System.string sRole
)
function FindUsersByRole( 
    sRole: System.String
): IMMEnumPxUser; 
function FindUsersByRole( 
   sRole : System.String
) : IMMEnumPxUser;
IMMEnumPxUser* FindUsersByRole( 
   System.string* sRole
) 
IMMEnumPxUser^ FindUsersByRole( 
   System.String^ sRole
) 

Parameters

sRole
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

IMMPxApplication Interface
IMMPxApplication Members

Send Feedback