ProjectDataSet.ProjectResourceRow.ResourceIsGeneric property
指出此資源是否為泛用預留位置資源。
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property ResourceIsGeneric As Boolean
Get
Set
'用途
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Boolean
value = instance.ResourceIsGeneric
instance.ResourceIsGeneric = value
public bool ResourceIsGeneric { get; set; }
Property value
Type: System.Boolean
備註
唯讀的。
請參閱
參照
ProjectDataSet.ProjectResourceRow class