ContactAnnotation.SupportedOperations Property

Definition

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

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