CallFlowNodeReadableNodeDescription Property |
Must return a readable string that will be used for logging and tracing purposes.
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic abstract string ReadableNodeDescription { get; }
public:
virtual property String^ ReadableNodeDescription {
String^ get () abstract;
}
Property Value
Type:
String
See Also