_TaskItem.Role Property

Definition

Returns or sets a String (string in C#) containing the free-form text string associating the owner of a task with a role for the task. Read/write.

public:
 property System::String ^ Role { System::String ^ get(); void set(System::String ^ value); };
public string Role { get; set; }
Public Property Role As String

Property Value

Applies to