| MonitorActionFile Property |
Get/Set the name of the file to which the voice data is written.
If this property is not set it defaults to to the channel name as per CLI with the '/' replaced by '-'.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string File { get; set; }
Public Property File As String
Get
Set
public:
property String^ File {
String^ get ();
void set (String^ value);
}
member File : string with get, set
Property Value
Type:
StringSee Also