_TableView.Name Property

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

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

Syntax

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

value = instance

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

Property Value

Type: System.String

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace