ReportContentTItems Property |
[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.Report.ReportContent`1.Items"]
Namespace: Scanjour.Workflow4.ActivityLibrary.ReportAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxprotected IEnumerable<T> Items { get; }
Protected ReadOnly Property Items As IEnumerable(Of T)
Get
protected:
property IEnumerable<T>^ Items {
IEnumerable<T>^ get ();
}
member Items : IEnumerable<'T> with get
Property Value
IEnumerableT
See Also