Partager via


FormRegionNameAttribute(String) Constructor

Definition

Initializes a new instance of the FormRegionNameAttribute class.

public:
 FormRegionNameAttribute(System::String ^ name);
public FormRegionNameAttribute (string name);
new Microsoft.Office.Tools.Outlook.FormRegionNameAttribute : string -> Microsoft.Office.Tools.Outlook.FormRegionNameAttribute
Public Sub New (name As String)

Parameters

name
String

A string that uniquely identifies the form region across all add-ins.

Remarks

The name argument must not be null and must not be greater than 255 characters in length.

Applies to