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


In This Topic
    PersistencyFormat Property
    In This Topic
    Gets / sets the persistency format for the control state (XML, Binary, CustomXML, CustomBinary).
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property PersistencyFormat As PersistencyFormat
    'Usage
     
    
    Dim instance As NControlStateSettings
    Dim value As PersistencyFormat
     
    instance.PersistencyFormat = value
     
    value = instance.PersistencyFormat
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PersistencyFormat PersistencyFormat {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