次の方法で共有


ResourceDataSet.ResourcesRow.RES_DEF_ASSN_OWNER Property

The unique ID of the resource that is the default owner of assignments to which the resource is assigned.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
Public Property RES_DEF_ASSN_OWNER As Guid
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Guid

value = instance.RES_DEF_ASSN_OWNER

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

Property Value

Type: System.Guid

See Also

Reference

ResourceDataSet.ResourcesRow Class

ResourceDataSet.ResourcesRow Members

Workflow Web Service