CustomField.InternalName property
Gets the internal name of the custom field. 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 CustomField
Dim value As String
value = instance.InternalName
[RemoteAttribute]
public string InternalName { get; }
Property value
Type: System.String
The unique custom field internal name.
Remarks
The internal name is unique to the custom field; it is used internally to get the value of the custom field on entities that support custom fields.