ResourceDataSet.ResourcesRow.RES_MATERIAL_LABEL property
取得或設定指定為材料資源單位的文字。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_MATERIAL_LABEL As String
Get
Set
'用途
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.RES_MATERIAL_LABEL
instance.RES_MATERIAL_LABEL = value
public string RES_MATERIAL_LABEL { get; set; }
Property value
Type: System.String
備註
預設值是2。RES_TYPE屬性設定為輸入MaterialResource時,才會套用這個欄位。材料標籤] 欄位包含的單位是提供您輸入的度量單位] 或 [用來完成任務在專案中 ; 其他消耗性項目例如,噸、 箱或立方碼。此標籤接著會使用與材料資源的工作分派單位;例如,8 噸或 22 方塊。
請參閱
參照
ResourceDataSet.ResourcesRow class