ScheduleDataSet.ScheduleRow.Category プロパティ
表示されているオブジェクトの種類を示す値を取得します。読み取り専用です。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property Category As Integer
Get
Set
'使用
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Integer
value = instance.Category
instance.Category = value
public int Category { get; set; }
プロパティ値
型: System.Int32
注釈
それは、次の値。
値 |
意味 |
---|---|
0 |
譲渡 |
1 |
Project |
関連項目
参照先
ScheduleDataSet.ScheduleRow クラス