Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets the contact 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