ScheduleDataSet.ScheduleRow.SecondaryID Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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