DatStat Illume 4.5 SDK Class Reference

SDK_DataDictionary.DictionaryEntryById Method 

Returns a single SDK_DictionaryEntry for the given id.

public SDK_DictionaryEntry DictionaryEntryById(
   String variableId
);

Parameters

variableId
The variable id of the entry to be retrieved.

Return Value

The SDK_DictionaryEntry for the given survey variable id or null if not found.

See Also

SDK_DataDictionary Class | DatStat.SDK.WebServiceWrappers Namespace