FormRegionCollectionBase.Base Property

Definition

Gets a IList<T> of IFormRegion objects in the FormRegionCollectionBase.

public:
 property System::Collections::Generic::IList<Microsoft::Office::Tools::Outlook::IFormRegion ^> ^ Base { System::Collections::Generic::IList<Microsoft::Office::Tools::Outlook::IFormRegion ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion> Base { get; }
member this.Base : System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion>
Public ReadOnly Property Base As IList(Of IFormRegion)

Property Value

A IList<T> of IFormRegion objects in the FormRegionCollectionBase.

Applies to