Contact.ProviderProperties Property

Definition

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.

Applies to

See also