TalkFactoryFileNameToRecord Property |
Gets or sets the name of the file in which the received data is to be recorded.
Used as necessary (i.e. when the appropriate transmitting pipeline is configured).
Namespace:
CallFlowFramework.Factories
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic string FileNameToRecord { get; set; }
public:
property String^ FileNameToRecord {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also