Dela via


FormRegionCustomAction.Name Property (2007 System)

Gets or sets the name of the custom action.

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

Syntax

'Declaration
Public Property Name As String
'Usage
Dim instance As FormRegionCustomAction 
Dim value As String 

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
public function get Name () : String 
public function set Name (value : String)

Property Value

Type: System.String
A string that represents the name of the custom action.

Exceptions

Exception Condition
ArgumentNullException

The value is nulla null reference (Nothing in Visual Basic), or is empty.

ArgumentException

The value is greater than 256 characters in length.

Remarks

The name does not have to be unique. A FormRegionCustomAction can share the same name as a FormRegionCustomAction in the same FormRegionCustomActionCollection.

.NET Framework Security

See Also

Reference

FormRegionCustomAction Class

FormRegionCustomAction Members

Microsoft.Office.Tools.Outlook Namespace