FormRegionCustomActionCollection.Manifest Property (2007 System)
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Gets or sets the FormRegionManifest object associated with this FormRegionCustomActionCollection.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Manifest As FormRegionManifest
'Usage
Dim instance As FormRegionCustomActionCollection
Dim value As FormRegionManifest
value = instance.Manifest
instance.Manifest = value
[BrowsableAttribute(false)]
public FormRegionManifest Manifest { get; set; }
[BrowsableAttribute(false)]
public:
property FormRegionManifest^ Manifest {
FormRegionManifest^ get ();
void set (FormRegionManifest^ value);
}
public function get Manifest () : FormRegionManifest
public function set Manifest (value : FormRegionManifest)
Property Value
Type: Microsoft.Office.Tools.Outlook.FormRegionManifest
A FormRegionManifest that represents the properties of the form region to which this custom action is associated.
.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.
See Also
Reference
FormRegionCustomActionCollection Class