CallFlowContextRegistration Property |
Gets a reference to the registration associated with the context. May return null.
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic ILineRegistration Registration { get; }
public:
property ILineRegistration^ Registration {
ILineRegistration^ get ();
}
Property Value
Type:
ILineRegistration
See Also