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.
Gets a Boolean value that indicates whether an enterprise resource is generic.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsGeneric As Boolean
Get
'Usage
Dim instance As EnterpriseResource
Dim value As Boolean
value = instance.IsGeneric
[RemoteAttribute]
public bool IsGeneric { get; }
Property value
Type: System.Boolean
True if the resource is generic; otherwise, False.