Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether this resource is a generic placeholder resource.
Namespace: WebSvcStatusing
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