ResourceAuthorizationDataSet.ResourcesRow.RES_PREVENT_ADSYNC Property
Gets or sets the Boolean value that specifies if the resource prevents adsync.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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