Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the GUID of the default assignment owner for this resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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