ProjectResourceCreationInformation.Account property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property Account As String
Get
Set
'Usage
Dim instance As ProjectResourceCreationInformation
Dim value As String
value = instance.Account
instance.Account = value
public string Account { get; set; }
Property value
Type: System.String
See also
Reference
ProjectResourceCreationInformation class