ResourceDataSet.ResourcesRow.RES_EXTERNAL_ID property
取得或設定程式碼、 縮寫或您想要輸入作為資源資訊一部份的數字。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_EXTERNAL_ID As String
Get
Set
'用途
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.RES_EXTERNAL_ID
instance.RES_EXTERNAL_ID = value
public string RES_EXTERNAL_ID { get; set; }
Property value
Type: System.String
請參閱
參照
ResourceDataSet.ResourcesRow class