ArcFM Responder Mobile Developer Guide
FindUsersByRole Method (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Function FindUsersByRole( _
   ByVal sRole As System.String _
) As IMMEnumPxUser
'Usage
 
Dim instance As PxApplicationClass
Dim sRole As System.String
Dim value As IMMEnumPxUser
 
value = instance.FindUsersByRole(sRole)
public virtual IMMEnumPxUser FindUsersByRole( 
   System.string sRole
)
public function FindUsersByRole( 
    sRole: System.String
): IMMEnumPxUser; virtual; 
public function FindUsersByRole( 
   sRole : System.String
) : IMMEnumPxUser;
public: virtual IMMEnumPxUser* FindUsersByRole( 
   System.string* sRole
) 
public:
virtual 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

PxApplicationClass Class
PxApplicationClass Members

Send Feedback