Поделиться через


FormDescription.Name Property

Returns or sets a String (string in C#) value that represents the display name for a form. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Name As String
    Get
    Set
'Usage
Dim instance As FormDescription
Dim value As String

value = instance.Name

instance.Name = value
[DispIdAttribute()]
string Name { get; set; }

Property Value

Type: System.String

Remarks

The Name is also the caption for a form. This property must be set before you can use the FormDescription.PublishForm method.

See Also

Reference

FormDescription Interface

FormDescription Members

Microsoft.Office.Interop.Outlook Namespace