Share via


LookupDuration.Value property

Gets or sets the string value in a lookup table of type Duration.

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

Syntax

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

value = instance.Value

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

Property value

Type: System.String
The duration value, such as 2d or 3w.

Remarks

To use a TimeSpan value instead of a string, use the ValueTimeSpan property.

See also

Reference

LookupDuration class

LookupDuration members

Microsoft.ProjectServer.Client namespace