ResourceAssignmentDataSet.ResourceAssignmentRow.RES_NAME property
取得或設定分派給任務之資源的名稱。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_NAME As String
Get
Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As String
value = instance.RES_NAME
instance.RES_NAME = value
public string RES_NAME { get; set; }
Property value
Type: System.String
備註
RES_NAME會從RES_NAME屬性複製。
請參閱
參照
ResourceAssignmentDataSet.ResourceAssignmentRow class