Share via


Contact.EndGetOrganizationInformation method

Gets the Organization Info of this contact.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub EndGetOrganizationInformation ( _
    <OutAttribute> ByRef managers As ContactCollection, _
    <OutAttribute> ByRef peers As ContactCollection, _
    <OutAttribute> ByRef directors As ContactCollection, _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As Contact
Dim managers As ContactCollection
Dim peers As ContactCollection
Dim directors As ContactCollection
Dim asyncResult As IAsyncResult

instance.EndGetOrganizationInformation(managers, _
    peers, directors, asyncResult)
public void EndGetOrganizationInformation(
    out ContactCollection managers,
    out ContactCollection peers,
    out ContactCollection directors,
    IAsyncResult asyncResult
)

Parameters

See also

Reference

Contact class

Contact members

Microsoft.Lync.Model namespace