LookupEntry.FullValue property
Gets the concatenated value of a hierarchical text lookup table entry.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property FullValue As String
Get
'Usage
Dim instance As LookupEntry
Dim value As String
value = instance.FullValue
[RemoteAttribute]
public string FullValue { get; }
Property value
Type: System.String
A string that contains the concatenated value.
Remarks
Concatenation with parent table entry values is performed with the appropriate separator strings for each level of the table mask.
For a code example, see LookupEntry.