Click or drag to resize
BCScriptCallableObjectServices Property
Gets the client application context the instance was initialized with.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[ComVisibleAttribute(false)]
public BCServiceProvider Services { get; }

Property Value

Type: BCServiceProvider
Remarks
The property is initialized only when the object is created on a client side by passing to the AMCreateObject function for the second parameter (OnServer=). For server side initialization (OnServer=), the property returns .
See Also