  | FaxReceivedEventFilename Property  | 
                Get/Set the filename of the received fax including its full path on the Asterisk server.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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: 
String
See Also