TalkFactoryPatternFileNames Property |
Gets or sets the list of file names whitch contains audio patterns to be matched.
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 List<string> PatternFileNames { get; set; }
public:
property List<String^>^ PatternFileNames {
List<String^>^ get ();
void set (List<String^>^ value);
}
Property Value
Type:
ListString
See Also