OutlookBarGroup.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 OutlookBarGroup
Dim value As String
value = instance
instance = value
[DispIdAttribute()]
string this { get; set; }
Property Value
Type: System.String