ResourceDataSet.ResourcesRow.RES_EXCHANGE_SYNC property
Obtém ou define o valor booleano que especifica se você deseja sincronizar as informações de recursos com o Microsoft Exchange.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property RES_EXCHANGE_SYNC As Boolean
Get
Set
'Uso
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Boolean
value = instance.RES_EXCHANGE_SYNC
instance.RES_EXCHANGE_SYNC = value
public bool RES_EXCHANGE_SYNC { get; set; }
Property value
Type: System.Boolean
Retorna Boolean.
See also
Reference
ResourceDataSet.ResourcesRow class