ScheduleDataSet.ScheduleRow.PrimaryID 属性
获取或设置工作分配或项目的 GUID。
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property PrimaryID As Guid
Get
Set
用法
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Guid
value = instance.PrimaryID
instance.PrimaryID = value
public Guid PrimaryID { get; set; }
属性值
类型:System.Guid
备注
如果Category为 0,它表示工作分配的 GUID。
如果Category为 1,它指示的项目的 GUID。