Note

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

Access to this page requires authorization. You can try .

ContactAnnotation.SupportedOperations 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 or sets the group of ContactAnnotationOperations supported by this ContactAnnotation.

public:
 property ContactAnnotationOperations SupportedOperations { ContactAnnotationOperations get(); void set(ContactAnnotationOperations value); };
ContactAnnotationOperations SupportedOperations();

void SupportedOperations(ContactAnnotationOperations value);
public ContactAnnotationOperations SupportedOperations { get; set; }
var contactAnnotationOperations = contactAnnotation.supportedOperations;
contactAnnotation.supportedOperations = contactAnnotationOperations;
Public Property SupportedOperations As ContactAnnotationOperations

Property Value

The group of ContactAnnotationOperations supported by this ContactAnnotation.

Windows requirements

Requirements Description
App capabilities
contactsSystem

Remarks

ContactAnnotationOperations values can be combined into a single value by using the OR operator to make a list of supported operations.

Applies to


Feedback

Was this page helpful?