If I have a inline user control page, are public properties... properties on the control?
<%@ Control language=C# %>
<script runat=server>
public string Title {get;set;}
</script>
ie. if someone loads the control by tag or programatically, they will see those public properties?