LookupEntry.InternalName property
Gets the internal name of the lookup table entry. Reserved for internal use..
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property InternalName As String
Get
'Usage
Dim instance As LookupEntry
Dim value As String
value = instance.InternalName
[RemoteAttribute]
public string InternalName { get; }
Property value
Type: System.String
The name of the entry.
Remarks
The name is unique to the lookup table entry, and it is typically used with the array indexer operator to get the value of the entry from the lookup table.