Click or drag to resize

PFApplicationEventSpecificApplications Property

Gets or sets the specific applications, that will receive the event if the scope is set to "SpecificApplications".

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFApplication> SpecificApplications { get; set; }

Property Value

Type: ListPFApplication
See Also