Contact.ProviderProperties 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 property set object for the contact.
public:
property IPropertySet ^ ProviderProperties { IPropertySet ^ get(); };
IPropertySet ProviderProperties();
public IPropertySet ProviderProperties { get; }
var iPropertySet = contact.providerProperties;
Public ReadOnly Property ProviderProperties As IPropertySet
Property Value
The property set object for the contact.
Windows requirements
App capabilities |
contactsSystem
|
Remarks
The value of this property is not persisted if set by an application.