LookupTableMultiLangDataSet.LookupTableStructuresRow.LookupTableStructuresRowParent Property

Represents the parent row of the lookup table structure.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
Public Property LookupTableStructuresRowParent As LookupTableMultiLangDataSet.LookupTableStructuresRow
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresRow
Dim value As LookupTableMultiLangDataSet.LookupTableStructuresRow

value = instance.LookupTableStructuresRowParent

instance.LookupTableStructuresRowParent = value
public LookupTableMultiLangDataSet.LookupTableStructuresRow LookupTableStructuresRowParent { get; set; }

Property Value

Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableStructuresRow

See Also

Reference

LookupTableMultiLangDataSet.LookupTableStructuresRow Class

LookupTableMultiLangDataSet.LookupTableStructuresRow Members

LookupTable Web Service