'Declaration
Public Overloads Shared Function Exists( _ ByVal agentID As System.Integer _ ) As System.Boolean
'Usage
Dim agentID As System.Integer Dim value As System.Boolean value = Agent.Exists(agentID)
public static System.bool Exists( System.int agentID )
Parameters
- agentID
- Agent ID.
Return Value
True if the Agent exists.