共用方式為


ResourceDataSet.ResourcesRow.RES_TYPE property

取得或設定值,指定資源是工時、材料或成本的資源,以及是否預算或一般資源。

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property RES_TYPE As Integer
    Get
    Set
'用途
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Integer

value = instance.RES_TYPE

instance.RES_TYPE = value
public int RES_TYPE { get; set; }

Property value

Type: System.Int32

備註

Resource.Type型別,轉換成int ,要使用這個屬性。

請參閱

參照

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcResource namespace