Click or drag to resize

PFApplicationEndPoints Property

Gets the list of available services or hub.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<PFApplicationEndPoint> EndPoints { get; }

Property Value

Type: ListPFApplicationEndPoint
See Also