ProjectDataSet.ProjectResourceRow.ResourceIsGeneric Property
Indicates whether this resource is a generic placeholder resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ResourceIsGeneric As Boolean
Get
Set
'Usage
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
Remarks
Read-only.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class