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