FormRegionManifestIcons.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.
The FormRegionManifest instance that is associated with this FormRegionManifestIcons.
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 FormRegionManifestIcons
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
.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.