StoredContact.Store Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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]
|