FormRegionCollectionBase.Base Property
Gets a IList<T> of IFormRegion objects in the FormRegionCollectionBase.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Syntax
'Declaration
Public ReadOnly Property Base As IList(Of IFormRegion)
public IList<IFormRegion> Base { get; }
Property Value
Type: System.Collections.Generic.IList<IFormRegion>
A IList<T> of IFormRegion objects in the FormRegionCollectionBase.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.