Share via


ProjectResourceCreationInformation.Account property

Gets or sets the project resource account.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Account As String
    Get
    Set
'Usage
Dim instance As ProjectResourceCreationInformation
Dim value As String

value = instance.Account

instance.Account = value
[RemoteAttribute]
public string Account { get; set; }

Property value

Type: System.String
The project resource account.

See also

Reference

ProjectResourceCreationInformation class

ProjectResourceCreationInformation members

Microsoft.ProjectServer.Client namespace