Click or drag to resize

PFWaffleItemLinks Property

Gets or sets the list of links under this waffle item.

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 IList<PFWaffleLink> Links { get; set; }

Property Value

Type: IListPFWaffleLink
See Also