TheThing..::..GetPropertyType Method
Return the property type of a given property name. Returns ZERO if the property does not exist or the name is null/""
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public ePropertyTypes GetPropertyType( string pName )
Public Function GetPropertyType ( _ pName As String _ ) As ePropertyTypes
public: ePropertyTypes^ GetPropertyType( String^ pName )
Parameters
- pName
- Type: String