FormRegionNameAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.