Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSerializationData Class / IsSaved Property


In This Topic
    IsSaved Property
    In This Topic
    Gets a boolean value whether the data is copied from the object instance.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property IsSaved As System.Boolean
    'Usage
     
    
    Dim instance As NSerializationData
    Dim value As System.Boolean
     
    instance.IsSaved = value
     
    value = instance.IsSaved
    [System.Xml.Serialization.XmlIgnore()]
    public System.bool IsSaved {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