Dela via


ImportedFormRegion.Factory Property (2007 System)

Gets or sets the form region factory that is associated with this ImportedFormRegion.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Property Factory As IFormRegionFactory
'Usage
Dim instance As ImportedFormRegion 
Dim value As IFormRegionFactory 

value = instance.Factory

instance.Factory = value
public IFormRegionFactory Factory { get; set; }
public:
property IFormRegionFactory^ Factory {
    IFormRegionFactory^ get ();
    void set (IFormRegionFactory^ value);
}
public function get Factory () : IFormRegionFactory 
public function set Factory (value : IFormRegionFactory)

Property Value

Type: Microsoft.Office.Tools.Outlook.IFormRegionFactory
An object that implements the IFormRegionFactory interface.

Remarks

You can use this property to track the form region factory class that created the current instance of the ImportedFormRegion.

For more information about how to create an instance of an ImportedFormRegion, see the CreateFormRegion method of the IFormRegionFactory interface.

.NET Framework Security

See Also

Reference

ImportedFormRegion Class

ImportedFormRegion Members

Microsoft.Office.Tools.Outlook Namespace