Sdílet prostřednictvím


TodoTag.Todo Property

Gets or sets the tag.

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 String

value = instance.Todo

instance.Todo = value

Syntax

'Declaration
Public Property Todo As String
public string Todo { get; set; }
public:
property String^ Todo {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_Todo ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Todo (String value)
CompilerGeneratedAttribute 
public function get Todo () : String

CompilerGeneratedAttribute 
public function set Todo (value : String)

Property Value

Type: String

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.