| MonitorActionFormat Property |
Get/Set the format to use for encoding the voice files.
If this property is not set it defaults to "wav".
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Format { get; set; }
Public Property Format As String
Get
Set
public:
property String^ Format {
String^ get ();
void set (String^ value);
}
member Format : string with get, set
Property Value
Type:
StringSee Also