Gets the client application context the instance was initialized with.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
[ComVisibleAttribute(false)]
public BCServiceProvider Services { get; }
<ComVisibleAttribute(False)> _
Public ReadOnly Property Services As BCServiceProvider
Get
public:
[ComVisibleAttribute(false)]
property BCServiceProvider^ Services {
BCServiceProvider^ get ();
}
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
.