CustomTaskPaneClass.Title Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Default Property Title As String
Get
'Usage
Dim instance As CustomTaskPaneClass
Dim value As String
value = instance
public virtual string this { get; }
Property Value
Type: System.String