Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NControlStateSettings Class / Repository Property


In This Topic
    Repository Property
    In This Topic
    Gets sets the repository holding the control state
    Syntax
    'Declaration
     
    
    Public Property Repository As NWebControlStateRepository
    'Usage
     
    
    Dim instance As NControlStateSettings
    Dim value As NWebControlStateRepository
     
    instance.Repository = value
     
    value = instance.Repository
    public NWebControlStateRepository Repository {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