FormRegionCustomActionCollection.Manifest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the FormRegionManifest object associated with this FormRegionCustomActionCollection.
public:
property Microsoft::Office::Tools::Outlook::FormRegionManifest ^ Manifest { Microsoft::Office::Tools::Outlook::FormRegionManifest ^ get(); void set(Microsoft::Office::Tools::Outlook::FormRegionManifest ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Office.Tools.Outlook.FormRegionManifest Manifest { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Manifest : Microsoft.Office.Tools.Outlook.FormRegionManifest with get, set
Public Property Manifest As FormRegionManifest
Property Value
A FormRegionManifest that represents the properties of the form region to which this custom action is associated.
- Attributes