Share via


FormRegionNameAttribute Constructor

Initializes a new instance of the FormRegionNameAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public FormRegionNameAttribute(
    string name
)

Parameters

  • name
    Type: System.String
    A string that uniquely identifies the form region across all add-ins.

Remarks

The name argument must not be nulla null reference (Nothing in Visual Basic) and must not be greater than 255 characters in length.

.NET Framework Security

See Also

Reference

FormRegionNameAttribute Class

Microsoft.Office.Tools.Outlook Namespace