CLI Agent Type Methods
Contents
casso127
Contents
GetDescription Method Retrieves the Description of the Agent Type
The GetDescription method retrieves the description of the agent type.
Syntax
The GetDescription method has the following format:
Netegrity::PolicyMgtAgentType->GetDescription( )
Parameters
The GetDescription method accepts no parameters.
Return Value
The GetDescription method returns one of the following values:
- The new or existing description of the agent type
- A null string if unsuccessful
GetName Method Retrieves the Name of the Agent Type
The GetName method retrieves the name of the agent type, for example, Web Agent.
Syntax
The GetName method has the following format:
Netegrity::PolicyMgtAgentType->GetName( )
Parameters
The GetName method accepts no parameters.
Return Value
The GetName method returns one of the following values:
- The name of the agent type
- A null string if unsuccessful