LookupTableMultiLangDataSet.LookupTablesRow.APP_ENTITY_UID property
Gets or sets a custom field alternate entity GUID that is specified in an App package for Project Online.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property APP_ENTITY_UID As Guid
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As Guid
value = instance.APP_ENTITY_UID
instance.APP_ENTITY_UID = value
public Guid APP_ENTITY_UID { get; set; }
Property value
Type: System.Guid
A custom field alternate entity GUID.
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class