_Column.Name Property
Returns a String (string in C#) value that represents the name of the Column. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Name As String
Get
'Usage
Dim instance As _Column
Dim value As String
value = instance.Name
[DispIdAttribute()]
string Name { get; }
Property Value
Type: System.String
Remarks
The Name property is the default member of the Column object.
If the Column is a default column in the Table, or if it has been added to the Table with the explicit built-in name for the property, the value of Name is the explicit built-in name (without any enclosing brackets) for the property. If the Column has been added to the Table with a property name referencing a namespace, the value of Name will be the property name referenced by namespace. For more information on referencing properties by namespace, see Referencing Properties by Namespace.