Gets a '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 ICommunication GetOtherCommunication(
int index
) |
| Visual Basic |
|---|
Public Function GetOtherCommunication (
index As Integer
) As ICommunication |
| Visual C++ |
|---|
public:
virtual ICommunication^ GetOtherCommunication(
int index
) sealed |
| F# |
|---|
abstract GetOtherCommunication :
index : int -> ICommunication
override GetOtherCommunication :
index : int -> ICommunication |
Return Value
Type:
ICommunicationThe indexed
ICommunication object.
Implements
IContact..::..GetOtherCommunication(Int32)
See Also