[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Configuration.IDigitalPostConfigContainer.Components"]
Lazy<Object, IDictionary<string, Object>>[] Components { get; }
ReadOnly Property Components As Lazy(Of Object, IDictionary(Of String, Object))()
Get
property array<Lazy<Object^, IDictionary<String^, Object^>^>^>^ Components {
array<Lazy<Object^, IDictionary<String^, Object^>^>^>^ get ();
}
abstract Components : Lazy<Object, IDictionary<string, Object>>[] with get