EntityCollection.CalendarEntity 属性

获取日历实体类型元数据。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public ReadOnly Property CalendarEntity As Entity
    Get
用法
Dim instance As EntityCollection
Dim value As Entity

value = instance.CalendarEntity
public Entity CalendarEntity { get; }

属性值

类型:Microsoft.Office.Project.Server.Library.Entity

备注

使用EntityCollection.Entities.CalendarEntity.UniqueId来获取 PSI 方法中使用的日历实体的 GUID。

示例

下面的代码获取日历实体的 GUID。

using PSLibrary = Microsoft.Office.Project.Server.Library;
. . .
string calendarEntity = PSLibrary.EntityCollection.Entities.CalendarEntity.UniqueId;
Guid calendarEntityUid = new Guid(calendarEntity);

另请参阅

引用

EntityCollection 类

EntityCollection 成员

Microsoft.Office.Project.Server.Library 命名空间