TheThing..::..SetProperty Method (String, Object, ePropertyTypes, Int32, Action<(Of <(<'cdeP>)>)>)
   Sets a property
   If the property does not exist, it will be created
   All Events (Change and Set) will be fired - even if the property has not changed
   The Property Type will be set as well
   
                
    Namespace: 
   nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pName
 - Type: String
Property Name 
- pValue
 - Type: Object
Value to be set 
- pType
 - Type: nsCDEngine.Engines.ThingService..::..ePropertyTypes
The Type of the Property 
- EventAction
 - Type: Int32
Defines what events should be fired