LookupEntryCreationInformation.ParentId 属性
获取或设置父的 GUID,请查阅表格项分层文本查阅表格中。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Property ParentId As Guid
Get
Set
用法
Dim instance As LookupEntryCreationInformation
Dim value As Guid
value = instance.ParentId
instance.ParentId = value
[RemoteAttribute]
public Guid ParentId { get; set; }
属性值
类型:System.Guid
父项的 GUID。
另请参阅
引用
LookupEntryCreationInformation 类