| 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.ResponseAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string UniqueId { get; set; }
Public Property UniqueId As String
Get
Set
public:
property String^ UniqueId {
String^ get ();
void set (String^ value);
}
member UniqueId : string with get, set
Property Value
Type:
StringSee Also