UserDataTask.Subject Property

Definition

Gets or sets a string that communicates the subject of the task. Subject is of type String and a maximum of 255 characters in length.

public:
 property Platform::String ^ Subject { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subject();

void Subject(winrt::hstring value);
public string Subject { get; set; }
var string = userDataTask.subject;
userDataTask.subject = string;
Public Property Subject As String

Property Value

String

Platform::String

winrt::hstring

The subject of the task.

Applies to