共用方式為


ResourceDataSet.ResourcesRow.RES_CHECKOUTBY property

取得 GUID 已簽出以進行修改的資源的使用者。唯讀的。

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

Syntax

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

value = instance.RES_CHECKOUTBY

instance.RES_CHECKOUTBY = value
public Guid RES_CHECKOUTBY { get; set; }

Property value

Type: System.Guid

備註

另一位使用者取出資源時,無法進行變更。

請參閱

參照

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcResource namespace