EnterpriseResource.User property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property User As User
Get
Set
'Usage
Dim instance As EnterpriseResource
Dim value As User
value = instance.User
instance.User = value
public User User { get; set; }
Property value
Type: Microsoft.SharePoint.Client.User