ResourceAuthorizationDataSet.ResourcesRow.RES_PREVENT_ADSYNC property
Gets or sets the Boolean value that specifies if the resource prevents adsync.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.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