LookupTableDataSet.LookupTableTreesRow.LT_STRUCT_COOKIE Property
Represents a token for 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 LT_STRUCT_COOKIE As String
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As String
value = instance.LT_STRUCT_COOKIE
instance.LT_STRUCT_COOKIE = value
public string LT_STRUCT_COOKIE { get; set; }
Property Value
Type: System.String
See Also
Reference
LookupTableDataSet.LookupTableTreesRow Class