Click or drag to resize

PFAdminExternalConnectionViewModelAddress Property

Gets or sets the address properties list.

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<PFAdminExternalConnectionAddressProperty> Address { get; set; }

Property Value

Type: ListPFAdminExternalConnectionAddressProperty
The address properties list.
See Also