| OriginateActionAccount Property |
Get/Set the account code to use for the originated call.
The account code is included in the call detail record generated for this call and will be used for billing.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Account { get; set; }
Public Property Account As String
Get
Set
public:
property String^ Account {
String^ get ();
void set (String^ value);
}
member Account : string with get, set
Property Value
Type:
StringSee Also