Share via


LookupDate.Value property

Gets or sets a data value of type Date.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property Value As DateTime
    Get
    Set
'Usage
Dim instance As LookupDate
Dim value As DateTime

value = instance.Value

instance.Value = value
[RemoteAttribute]
public DateTime Value { get; set; }

Property value

Type: System.DateTime
A date and time object.

See also

Reference

LookupDate class

LookupDate members

Microsoft.ProjectServer.Client namespace