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
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.