TheThingConfiguration..::..GetSpecializedThingIdentity Method
                
    Namespace: 
   nsCDEngine.Engines.ThingService
Assembly: C-DEngine (in C-DEngine.dll)
            Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public TheThingIdentity GetSpecializedThingIdentity( Dictionary<string, string> thingReferenceMap )
Public Function GetSpecializedThingIdentity ( _ thingReferenceMap As Dictionary(Of String, String) _ ) As TheThingIdentity
public: TheThingIdentity^ GetSpecializedThingIdentity( Dictionary<String^, String^>^ thingReferenceMap )
Parameters
- thingReferenceMap
 - Type: Dictionary<(Of <(<'String, String>)>)>