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


In This Topic
    Type Property (NSerializationData)
    In This Topic
    Gets/sets the Type to be loaded/saved
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Type As System.Type
    'Usage
     
    
    Dim instance As NSerializationData
    Dim value As System.Type
     
    instance.Type = value
     
    value = instance.Type
    [System.Xml.Serialization.XmlIgnore()]
    public System.Type Type {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