'Declaration
Property Subscript As System.Boolean
'Usage
Dim instance As IFont Dim value As System.Boolean instance.Subscript = value value = instance.Subscript
System.bool Subscript {get; set;}
read-write property Subscript: System.Boolean;
function get,set Subscript : System.boolean