RelaxISOnlyPluginRelaxISWCFInterface Property |
Gets an instance of the WCF interface for the RelaxIS instance that the plugin is loaded in.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax protected IRelaxISWCFLink RelaxISWCFInterface { get; }
Protected ReadOnly Property RelaxISWCFInterface As IRelaxISWCFLink
Get
Dim value As IRelaxISWCFLink
value = Me.RelaxISWCFInterface
Property Value
IRelaxISWCFLinkRemarks The property can not be used in the constructor. Here it will still be null.
See Also