Partager via


ScheduleDataSet.ScheduleRow.PrimaryID Property

Gets or sets the GUID of the assignment or project.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property PrimaryID As Guid
    Get
    Set
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Guid

value = instance.PrimaryID

instance.PrimaryID = value
public Guid PrimaryID { get; set; }

Property Value

Type: System.Guid

Remarks

If Category is 0, it denotes the GUID of the assignment.

If Category is 1, it denotes the GUID of the project.

See Also

Reference

ScheduleDataSet.ScheduleRow Class

ScheduleDataSet.ScheduleRow Members

Statusing Web Service