StoredContact.Store Property

Definition

Gets the ContactStore in which the contact is stored.

public:
 property ContactStore ^ Store { ContactStore ^ get(); };
ContactStore Store();
public ContactStore Store { get; }
var contactStore = storedContact.store;
Public ReadOnly Property Store As ContactStore

Property Value

The ContactStore in which the contact is stored.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to