Udostępnij za pośrednictwem


FormRegionManifest.Description Property (2007 System)

Gets or sets the text that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions.

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

Syntax

'Declaration
Public Property Description As String
'Usage
Dim instance As FormRegionManifest 
Dim value As String 

value = instance.Description

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

Property Value

Type: System.String
A string that represents the text that appears in the Choose Form dialog box in Outlook for replacement and replace-all form regions.

Exceptions

Exception Condition
InvalidOperationException

Locked is true.

ArgumentException

The value is greater than 256 characters in length.

.NET Framework Security

See Also

Reference

FormRegionManifest Class

FormRegionManifest Members

Microsoft.Office.Tools.Outlook Namespace