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.StringA 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
- 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.