ResourceAuthorizationDataSet.ResourcesRow.RES_PREVENT_ADSYNC Property
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RES_PREVENT_ADSYNC As Boolean
Get
Set
'Usage
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; }
Property Value
Type: System.Boolean
See Also
Reference
ResourceAuthorizationDataSet.ResourcesRow Class