ScheduleDataSet.ScheduleRow.PrimaryID property

Gets or sets the GUID of the assignment or project.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcStatusing namespace