次の方法で共有


TaskType.Owner プロパティ

定義

プロパティは Owner 、タスクの所有者を表す文字列値を取得または設定します。

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

プロパティ値

プロパティは Owner 、タスクの所有者を表す文字列値を返します。

適用対象