ResourceAuthorizationDataSet.ResourcesRow.WRES_ACCOUNT propriedade
Obtém ou define a conta do recurso.
Namespace: WebSvcResource
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property WRES_ACCOUNT As String
Get
Set
'Uso
Dim instance As ResourceAuthorizationDataSet.ResourcesRow
Dim value As String
value = instance.WRES_ACCOUNT
instance.WRES_ACCOUNT = value
public string WRES_ACCOUNT { get; set; }
Valor de propriedade
Tipo: System.String
Ver também
Referência
ResourceAuthorizationDataSet.ResourcesRow classe