ResourceDataSet.ResourcesRow.WRES_ACCOUNT - Propriété
Obtient le compte de ressource pour l'autorisation Windows ou des formulaires. En lecture seule.
Espace de noms : WebSvcResource
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WRES_ACCOUNT As String
Get
Set
'Utilisation
Dim instance As ResourceDataSet.ResourcesRow
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
ResourceDataSet.ResourcesRow classe