| FaxReceivedEventFilename Property |
Get/Set the filename of the received fax including its full path on the Asterisk server.
Available since : Asterisk 12.
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Filename { get; set; }
Public Property Filename As String
Get
Set
public:
property String^ Filename {
String^ get ();
void set (String^ value);
}
member Filename : string with get, set
Property Value
Type:
StringSee Also