LookupTableDataSet.LookupTableTreesRow.LT_PARENT_STRUCT_UID propriedade
Especifica o GUID da estrutura de tabela de pesquisa do pai.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property LT_PARENT_STRUCT_UID As Guid
Get
Set
'Uso
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As Guid
value = instance.LT_PARENT_STRUCT_UID
instance.LT_PARENT_STRUCT_UID = value
public Guid LT_PARENT_STRUCT_UID { get; set; }
Valor de propriedade
Tipo: System.Guid
Comentários
O LT_PARENT_STRUCT_UID é uma referência nula (Nothing no Visual Basic) quando o valor da tabela de pesquisa é um nó de nível superior.
Ver também
Referência
LookupTableDataSet.LookupTableTreesRow classe