'DeclarationReadOnly Property MarginLeftDefined As System.Boolean
'UsageDim instance As ITextFrame Dim value As System.Boolean value = instance.MarginLeftDefined
System.bool MarginLeftDefined {get;}
read-only property MarginLeftDefined: System.Boolean;
function get MarginLeftDefined : System.boolean
            __property System.bool get_MarginLeftDefined();
            property System.bool MarginLeftDefined { System.bool get(); }