ScheduleDataSet.ScheduleRow.SecondaryID Property
Gets or sets the GUID of the project of the object that is being listed.
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 SecondaryID As Guid
Get
Set
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Guid
value = instance.SecondaryID
instance.SecondaryID = value
public Guid SecondaryID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
ScheduleDataSet.ScheduleRow Class