Click or drag to resize

PFItemEventTryGetTechnicalInformation Method

Gets an object containing technical information about this event. Uses the SerializedTechnicalInformation to detect the type. Deserialized from the SerializedTechnicalInformation property with lazy-load. Returns null if the SerializedTechnicalInformation does not match any of the generic-known types.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public Object TryGetTechnicalInformation()

Return Value

Type: Object
See Also