ProjectDataSet.AssignmentRow.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.AssignmentRow
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.AssignmentRow class