Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Requirements Description
App capabilities
contactsSystem

Remarks

The value of this property is not persisted if set by an application.

Applies to

See also


Feedback

Was this page helpful?