The agent for the policy.
Namespace: LC360API.Carrier_V1Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Agent Agent { get; set; } |
| Visual Basic |
|---|
Public Property Agent As Agent
Get
Set |
| Visual C++ |
|---|
public:
property Agent^ Agent {
Agent^ get ();
void set (Agent^ value);
} |
See Also