TodoTag.completed Property
Gets or sets a Boolean value that specifies whether the Todo tag is completed.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.TodoList
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As TodoTag
Dim value As Boolean
value = instance.completed
instance.completed = value
Syntax
'Declaration
Public Property completed As Boolean
public bool completed { get; set; }
public:
property bool completed {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_completed ()
/** @property */
public void set_completed (boolean value)
public function get completed () : boolean
public function set completed (value : boolean)
Property Value
Type:
True if the tag is completed, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
TodoTag Class
TodoTag Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.TodoList Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.