C-DEngine 5.105

TheThingRegistry..::..UnmapPropertyMapper Method

Unregisters the event of a Property Mapper

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool UnmapPropertyMapper(
	Guid tMappingGuid
)
Public Shared Function UnmapPropertyMapper ( _
	tMappingGuid As Guid _
) As Boolean
public:
static bool^ UnmapPropertyMapper(
	Guid^ tMappingGuid
)

Parameters

tMappingGuid
Type: Guid
Guid of the map to be unregistered

Return Value