ProjectResourceCreationInformation.Account-Eigenschaft
Ruft ab oder legt diesen fest das Ressourcenkonto Projekt.
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; }
Eigenschaftswert
Typ: System.String
Das Konto für den Project-Ressource.
Siehe auch
Referenz
ProjectResourceCreationInformation Klasse