Partager via


TodoList Constructors

Definition

Overloads

TodoList()

Initializes a new instance of the TodoList class.

TodoList(Guid, String, String)

Initializes a new instance of the TodoList class.

TodoList()

Initializes a new instance of the TodoList class.

public:
 TodoList();
public TodoList ();
Public Sub New ()

Applies to

TodoList(Guid, String, String)

Initializes a new instance of the TodoList class.

public:
 TodoList(Guid appId, System::String ^ appName, System::String ^ initString);
public TodoList (Guid appId, string appName, string initString);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.TodoList : Guid * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.TodoList
Public Sub New (appId As Guid, appName As String, initString As String)

Parameters

appId
Guid

Specifies the application ID.

appName
String

Specifies the application name.

initString
String

Specifies the initialization string.

Applies to