'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("MasterPage_MasterPageFile")> Public Overridable Property MasterPageFile As System.String
'Usage
Dim instance As NImageHostPage Dim value As System.String instance.MasterPageFile = value value = instance.MasterPageFile
[System.ComponentModel.DefaultValue("")] [WebCategory("Behavior")] [WebSysDescription("MasterPage_MasterPageFile")] public virtual System.string MasterPageFile {get; set;}