ResourceAuthorizationDataSet.ResourcesRow.RES_PREVENT_ADSYNC property
取得或設定布林值,指定是否資源可以避免 adsync。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_PREVENT_ADSYNC As Boolean
Get
Set
'用途
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
請參閱
參照
ResourceAuthorizationDataSet.ResourcesRow class