_TaskItem.SchedulePlusPriority プロパティ

定義

タスクの Microsoft Schedule+ 優先度を表す 文字列 (C#の文字列 ) を設定または返します。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

使用できる値は、1 ~ 9 の数字、A ~ Z のアルファベット、A1 ~ Z9 の番号のいずれかです。 1、A、および A1 の優先度が最も高くなります。

適用対象