_Reminder.Caption Property
Returns a String (string in C#) representing the title. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Default Property Caption As String
Get
'Usage
Dim instance As _Reminder
Dim value As String
value = instance
[DispIdAttribute()]
string this { get; }
Property Value
Type: System.String