Add a new 'Communication' entry.
Communication (ASBIE). An association to Other Communication.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void AddOtherCommunication(
ICommunication otherCommunication
) |
| Visual Basic |
|---|
Public Sub AddOtherCommunication (
otherCommunication As ICommunication
) |
| Visual C++ |
|---|
public:
virtual void AddOtherCommunication(
ICommunication^ otherCommunication
) sealed |
| F# |
|---|
abstract AddOtherCommunication :
otherCommunication : ICommunication -> unit
override AddOtherCommunication :
otherCommunication : ICommunication -> unit |
Implements
IContact..::..AddOtherCommunication(ICommunication)
See Also