Click or drag to resize

PFAdminExternalConnectionViewModelSchemaData Property

Gets or sets the schema data.

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<PFExternalConnection_SchemaData> SchemaData { get; set; }

Property Value

Type: ListPFExternalConnection_SchemaData
The schema data.
See Also