Click or drag to resize

PFItemEventGetTechnicalInformationT Method

Gets an object containing technical information about this event. Deserialized from the SerializedTechnicalInformation property with lazy-load.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public T GetTechnicalInformation<T>()
where T : class

Type Parameters

T

Return Value

Type: T
See Also