Click or drag to resize
ManagerResponseUniqueId Property
Get/Set the unique id received with this response.
The unique id is used to keep track of channels created by the action sent, for example an OriginateAction.

Namespace: AsterNET.Manager.Response
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string UniqueId { get; set; }

Property Value

Type: String
See Also