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