ProjectDataSet.TaskRow.AddPosition Property
Specifies the position in a project to add a task.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property AddPosition As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.AddPosition
instance.AddPosition = value
public int AddPosition { get; set; }
Property Value
Type: System.Int32
Remarks
See ProjectDataSet.TaskRow.AddPosition for more information.