'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the title of the dialog.")> Public Property Title As System.String
'Usage
Dim instance As NTaskDialog Dim value As System.String instance.Title = value value = instance.Title
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the title of the dialog.")] public System.string Title {get; set;}