ProjectDataSet.AssignmentRow.ResourceIsGeneric Property
Indicates whether this resource is a generic placeholder resource.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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