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 类

CustomFieldCreationInformation 成员

Microsoft.ProjectServer.Client 命名空间