CallOwnerNodeSettingsCallName Property |
Gets the name of the call that the node is configured to handle.
Never returns null or empty string.
Namespace:
CallFlowFramework.Nodes.Settings
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic string CallName { get; }
public:
property String^ CallName {
String^ get ();
}
Property Value
Type:
String
See Also