ProjectResource.EnterpriseResource property
Gets identification information for the project resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property EnterpriseResource As EnterpriseResource
Get
'Usage
Dim instance As ProjectResource
Dim value As EnterpriseResource
value = instance.EnterpriseResource
[RemoteAttribute]
public EnterpriseResource EnterpriseResource { get; }
Property value
Type: Microsoft.ProjectServer.Client.EnterpriseResource
An EnterpriseResource object.