Share via


CustomField.LookupDefaultValue property

Gets or sets the GUID of the default value in a lookup table for a custom field.

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 CustomField
Dim value As Guid

value = instance.LookupDefaultValue

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

Property value

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

See also

Reference

CustomField class

CustomField members

Microsoft.ProjectServer.Client namespace