Modality.Endpoint property
Gets the collaboration endpoint that is used by the modality.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Property Endpoint As ContactEndpoint
Get
Set
'Usage
Dim instance As Modality
Dim value As ContactEndpoint
value = instance.Endpoint
instance.Endpoint = value
public ContactEndpoint Endpoint { get; set; }
Property value
Type: Microsoft.Lync.Model.ContactEndpoint