TodoTag.Data Property
Gets or sets the todo data.
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.Data
instance.Data = value
Syntax
'Declaration
Public Property Data As String
public string Data { get; set; }
public:
property String^ Data {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_Data ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Data (String value)
CompilerGeneratedAttribute
public function get Data () : String
CompilerGeneratedAttribute
public function set Data (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.