次の方法で共有


SharedWorkspaceTask.Title プロパティ

定義

オブジェクトのタイトル SharedWorkspaceTask を設定または返します。

public:
 property System::String ^ default { System::String ^ get(); void set(System::String ^ value); };
public string this { get; set; }
member this.Title : string with get, set
Default Public Property Title As String

プロパティ値

注釈

Title プロパティは、共有ワークスペースのタスクの 1 つの必須プロパティです。 省略可能な Description プロパティを使用して、タスクに関する追加情報を指定または返します。

適用対象