  | 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)
Syntaxpublic 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: 
String
See Also