ProjectTeamDataSet.ProjectTeamRow.RES_IS_ENTERPRISE_RESOURCE property
Gets or sets a value that indicates whether the specified team member is an enterprise resource.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_IS_ENTERPRISE_RESOURCE As Boolean
Get
Set
'Usage
Dim instance As ProjectTeamDataSet.ProjectTeamRow
Dim value As Boolean
value = instance.RES_IS_ENTERPRISE_RESOURCE
instance.RES_IS_ENTERPRISE_RESOURCE = value
public bool RES_IS_ENTERPRISE_RESOURCE { get; set; }
Property value
Type: System.Boolean
True if the team member is an enterprise resource; otherwise, False.
Remarks
For more information, see the remarks for the RES_IS_ENTERPRISE_RESOURCE property.
See also
Reference
ProjectTeamDataSet.ProjectTeamRow class