LookupText.Value property
Gets or sets a data value of type Text.
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 LookupText
Dim value As String
value = instance.Value
instance.Value = value
[RemoteAttribute]
public string Value { get; set; }
Property value
Type: System.String
A data value.