CustomFieldCreationInformation.LookupDefaultValue プロパティ
取得または設定、既定の参照テーブル値の GUID。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property LookupDefaultValue As Guid
Get
Set
'使用
Dim instance As CustomFieldCreationInformation
Dim value As Guid
value = instance.LookupDefaultValue
instance.LookupDefaultValue = value
[RemoteAttribute]
public Guid LookupDefaultValue { get; set; }
プロパティ値
型: System.Guid
参照テーブルの既定値の GUID。
注釈
参照テーブルの既定値は、カスタム フィールドの値が指定されていない場合に使用されます。
関連項目
参照先
CustomFieldCreationInformation クラス