ProjectDataSet.ProjectResourceRow.ResourceIsGeneric property

Indicates whether this resource is a generic placeholder resource.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace