IDigitalPostConfigContainerComponents Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Configuration.IDigitalPostConfigContainer.Components"]
Namespace: WorkZone.Dispatcher.Base.ConfigurationAssembly: 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)
SyntaxLazy<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
Property Value
LazyObject,
IDictionaryString,
Object
See Also