ResourceAuthorizationDataSet.ResourcesRow.RES_PREVENT_ADSYNC propriedade
Obtém ou define o valor booleano que especifica se o recurso impede que adsync.
Namespace: WebSvcResource
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property RES_PREVENT_ADSYNC As Boolean
Get
Set
'Uso
Dim instance As ResourceAuthorizationDataSet.ResourcesRow
Dim value As Boolean
value = instance.RES_PREVENT_ADSYNC
instance.RES_PREVENT_ADSYNC = value
public bool RES_PREVENT_ADSYNC { get; set; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
ResourceAuthorizationDataSet.ResourcesRow classe