ResourceDataSet.ResourcesRow.RES_EXCHANGE_SYNC - Propriété
Obtient ou définit la valeur de type Boolean qui indique s'il faut synchroniser les informations sur les ressources avec Microsoft Exchange.
Espace de noms : WebSvcResource
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_EXCHANGE_SYNC As Boolean
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Boolean
Retourne Boolean .
Voir aussi
Référence
ResourceDataSet.ResourcesRow classe