BCScriptCallableObjectServices Property |
Gets the client application context the instance was initialized with.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ComVisibleAttribute(false)]
public BCServiceProvider Services { get; }
<ComVisibleAttribute(false)>
Public ReadOnly Property Services As BCServiceProvider
Get
public:
[ComVisibleAttribute(false)]
property BCServiceProvider^ Services {
BCServiceProvider^ get ();
}
[<ComVisibleAttribute(false)>]
member Services : BCServiceProvider with get
Property Value
Type:
BCServiceProviderRemarks
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