BCServiceProviderAdd Method |
Adds the specified key and value to the context.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void Add(
Guid key,
Object value
)
Public Sub Add (
key As Guid,
value As Object
)
Parameters
- key
- Type: SystemGuid
The key of the element to add. - value
- Type: SystemObject
The value of the element to add.
See Also