Gets the array of user names of the document workflow to-do persons.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string[] CWFTodoPersons { get; }
Visual Basic
Public ReadOnly Property CWFTodoPersons As String()
	Get
Visual C++
public:
property array<String^>^ CWFTodoPersons {
	array<String^>^ get ();
}

See Also