CallFlowGraphLineId Property |
Gets or sets the ID of the line that the graph will register (if a Register action is present).
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic string LineId { get; set; }
public:
property String^ LineId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also