Click or drag to resize

PFExternalConnection_SchemaData Property

Gets the list of data definitions.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[IgnoreDataMemberAttribute]
public IReadOnlyCollection<PFExternalConnection_SchemaData> Data { get; }

Property Value

Type: IReadOnlyCollectionPFExternalConnection_SchemaData
See Also