Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageHostPage Class / MasterPageFile Property


In This Topic
    MasterPageFile Property (NImageHostPage)
    In This Topic
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also