AgentSnapshot.Description Property |
Gets or sets the description associated with this agent.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
Property Value
Type:
StringThe agent description.
See Also