IContactVideoCallActivatedEventArgs.Contact Property

Definition

Gets the contact for the video call.

public:
 property Contact ^ Contact { Contact ^ get(); };
Contact Contact();
public Contact Contact { get; }
var contact = iContactVideoCallActivatedEventArgs.contact;
Public ReadOnly Property Contact As Contact

Property Value

The contact for the video call.

Applies to