ProjectDataSet.ProjectResourceRow.WRES_ACCOUNT - Propriété
Spécifie les informations de compte Windows pour une ressource de travail.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WRES_ACCOUNT As String
Get
Set
'Utilisation
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As String
value = instance.WRES_ACCOUNT
instance.WRES_ACCOUNT = value
public string WRES_ACCOUNT { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ProjectDataSet.ProjectResourceRow classe