ScheduleDataSet.ScheduleRow.Category property

Gets the value that identifies the type of object that is being listed. Read-only.

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

Syntax

'Declaration
Public Property Category As Integer
    Get
    Set
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Integer

value = instance.Category

instance.Category = value
public int Category { get; set; }

Property value

Type: System.Int32

Remarks

It takes the following values:

Value

Meaning

0

Assignment

1

Project

See also

Reference

ScheduleDataSet.ScheduleRow class

ScheduleDataSet.ScheduleRow members

WebSvcStatusing namespace