Click or drag to resize

PFAdminExternalConnectionViewModelPossibleAppContexts Property

Gets or sets a list of possible application contexts.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public List<PFApplicationContext> PossibleAppContexts { get; set; }

Property Value

Type: ListPFApplicationContext
The possible application contexts.
See Also