ScheduleDataSet.ScheduleRow.SecondaryID - Propriété
Obtient ou définit le GUID du projet de l'objet qui est en cours répertorié.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property SecondaryID As Guid
Get
Set
'Utilisation
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Guid
value = instance.SecondaryID
instance.SecondaryID = value
public Guid SecondaryID { get; set; }
Valeur de propriété
Type : System.Guid
Voir aussi
Référence
ScheduleDataSet.ScheduleRow classe