| StatusEventAccount Property |
Returns the account code of this channel.
Sets the account code of this channel.
Namespace: AsterNET.Manager.EventAssembly: 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