LookupTableDataSet.LookupTableMasksRow.LT_UID property
Especifica o identificador exclusivo da tabela de pesquisa que usa a máscara de código.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property LT_UID As Guid
Get
Set
'Uso
Dim instance As LookupTableDataSet.LookupTableMasksRow
Dim value As Guid
value = instance.LT_UID
instance.LT_UID = value
public Guid LT_UID { get; set; }
Property value
Type: System.Guid
Comentários
Para obter um exemplo que usa LT_UID, consulte Walkthrough: Creating a Hierarchical Lookup Table.
Ver também
Referência
LookupTableDataSet.LookupTableMasksRow class