de la propiedad LookupTableDataSet.LookupTablesRow.LT_UID
Obtiene o establece el identificador único de la tabla de consulta.
Espacio de nombres: WebSvcLookupTable
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property LT_UID As Guid
Get
Set
'Uso
Dim instance As LookupTableDataSet.LookupTablesRow
Dim value As Guid
value = instance.LT_UID
instance.LT_UID = value
public Guid LT_UID { get; set; }
Valor de propiedad
Tipo: System.Guid
Comentarios
Para obtener más información, consulte Walkthrough: Creating a Hierarchical Lookup Table.
Vea también
Referencia
clase LookupTableDataSet.LookupTablesRow