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 or sets the Boolean value that specifies whether the current user has the AssignResource category permission and the BuildTeamOnProject category permission.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property HasBuildTeamPermission As Boolean
Get
Set
'Usage
Dim instance As ProjectContextDataSet.RelationshipsRow
Dim value As Boolean
value = instance.HasBuildTeamPermission
instance.HasBuildTeamPermission = value
public bool HasBuildTeamPermission { get; set; }
Property value
Type: System.Boolean
See also
Reference
ProjectContextDataSet.RelationshipsRow class