Share via


CustomFieldCreationInformation.LookupDefaultValue property

Gets or sets the GUID of the default lookup table value.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property LookupDefaultValue As Guid
    Get
    Set
'Usage
Dim instance As CustomFieldCreationInformation
Dim value As Guid

value = instance.LookupDefaultValue

instance.LookupDefaultValue = value
[RemoteAttribute]
public Guid LookupDefaultValue { get; set; }

Property value

Type: System.Guid
The GUID of the default lookup table value.

Remarks

The default lookup table value is used if no value is specified for the custom field.

See also

Reference

CustomFieldCreationInformation class

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace