Share via


CustomField.AppAlternateId property

Gets the alternate custom field GUID that is specified in an App package for Project Online.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property AppAlternateId As Guid
    Get
'Usage
Dim instance As CustomField
Dim value As Guid

value = instance.AppAlternateId
[RemoteAttribute]
public Guid AppAlternateId { get; }

Property value

Type: System.Guid
A GUID.

See also

Reference

CustomField class

CustomField members

Microsoft.ProjectServer.Client namespace