WebUIContactMapActivatedEventArgs.Address Property

Definition

Gets the address of a contact for the mapping operation.

public:
 property ContactAddress ^ Address { ContactAddress ^ get(); };
ContactAddress Address();
public ContactAddress Address { get; }
var contactAddress = webUIContactMapActivatedEventArgs.address;
Public ReadOnly Property Address As ContactAddress

Property Value

The address of a contact for the mapping operation.

Implements

Applies to