'Declaration
Public ReadOnly Property IsBuiltIn As System.Boolean
'Usage
Dim instance As TableStyle Dim value As System.Boolean value = instance.IsBuiltIn
public System.bool IsBuiltIn {get;}
public read-only property IsBuiltIn: System.Boolean;
public function get IsBuiltIn : System.boolean
public: __property System.bool get_IsBuiltIn();
public: property System.bool IsBuiltIn { System.bool get(); }