'Declaration
Public Overloads Shared Function Exists( _ ByVal agentName As System.String _ ) As System.Boolean
'Usage
Dim agentName As System.String Dim value As System.Boolean value = Agent.Exists(agentName)
public static System.bool Exists( System.string agentName )
Parameters
- agentName
- Agent Name.
Return Value
True if the Agent exists .