ScheduleDataSet.ScheduleRow.SecondaryID 属性
获取或设置对象所列出的项目的 GUID。
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property SecondaryID As Guid
Get
Set
用法
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Guid
value = instance.SecondaryID
instance.SecondaryID = value
public Guid SecondaryID { get; set; }
属性值
类型:System.Guid