DigitalPostContainerDigitalPostChannelComponents Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Containers.DigitalPostContainer.DigitalPostChannelComponents"]
Namespace: WorkZone.Dispatcher.Base.ContainersAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Lazy<IDigitalPost, Object>[] DigitalPostChannelComponents { get; }
Public ReadOnly Property DigitalPostChannelComponents As Lazy(Of IDigitalPost, Object)()
Get
public:
property array<Lazy<IDigitalPost^, Object^>^>^ DigitalPostChannelComponents {
array<Lazy<IDigitalPost^, Object^>^>^ get ();
}
member DigitalPostChannelComponents : Lazy<IDigitalPost, Object>[] with get
Property Value
LazyIDigitalPost,
Object
See Also