BCScriptCallableObject Services Property Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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: 1.4.0.0 (1.4.53.0)
Syntax

[ComVisibleAttribute(false)]
public BCServiceProvider Services { get; }
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