Share via


FormDescription.Number Property

Returns or sets a String (string in C#) corresponding to the number for the specified form. Read/write.

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

Syntax

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

value = instance.Number

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

Property Value

Type: System.String

See Also

Reference

FormDescription Interface

FormDescription Members

Microsoft.Office.Interop.Outlook Namespace