ContactAnnotation.IsDisabled 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 a Boolean value that indicates whether this ContactAnnotation has been disabled by the user.
public:
property bool IsDisabled { bool get(); };
bool IsDisabled();
public bool IsDisabled { get; }
var boolean = contactAnnotation.isDisabled;
Public ReadOnly Property IsDisabled As Boolean
Property Value
Boolean
bool
true
if this ContactAnnotation has been disabled by the user; otherwise, false
.
Windows requirements
App capabilities |
contactsSystem
|