'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the caption for the band")> Public Property Caption As System.String
'Usage
Dim instance As NBand Dim value As System.String instance.Caption = value value = instance.Caption
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the caption for the band")] public System.string Caption {get; set;}