ProjectDataSet.ProjectResourceRow.RES_DEF_ASSN_OWNER Property
Specifies the GUID of the default assignment owner for this resource.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property RES_DEF_ASSN_OWNER As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
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
ProjectDataSet.ProjectResourceRow Class