Share via


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)
    Get
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

See Also

Reference

FormRegionCollectionBase Class

Microsoft.Office.Tools.Outlook Namespace