ResourceDataSet.ResourcesRow.RES_IS_TEAM プロパティ
取得または設定、リソースはチーム割り当てプールのメンバーとして指定されているかどうかを指定するブール値。
名前空間: WebSvcResource
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property RES_IS_TEAM As Boolean
Get
Set
'使用
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Boolean
value = instance.RES_IS_TEAM
instance.RES_IS_TEAM = value
public bool RES_IS_TEAM { get; set; }
プロパティ値
型: System.Boolean
trueリソースはチーム割り当てプールとして指定するとします。
注釈
既定値はfalseです。
関連項目
参照先
ResourceDataSet.ResourcesRow クラス