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 クラス