ScheduleDataSet.ScheduleRow.Category Property
Gets the value that identifies the type of object that is being listed. Read-only.
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 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