FormRegionControl.Manifest Property (2007 System)
Gets the FormRegionManifest that describes how the form region appears in Outlook.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public ReadOnly Property Manifest As FormRegionManifest
'Usage
Dim instance As FormRegionControl
Dim value As FormRegionManifest
value = instance.Manifest
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public FormRegionManifest Manifest { get; }
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public:
property FormRegionManifest^ Manifest {
FormRegionManifest^ get ();
}
public function get Manifest () : FormRegionManifest
Property Value
Type: Microsoft.Office.Tools.Outlook.FormRegionManifest
The FormRegionManifest that describes how the form region appears in Outlook.
Remarks
This property returns a read-only FormRegionManifest object.
.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.