Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsUnitSerializer Class / Object Property


In This Topic
    Object Property (NGraphicsUnitSerializer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Overrides Property Object As System.Object
    'Usage
     
    
    Dim instance As NGraphicsUnitSerializer
    Dim value As System.Object
     
    instance.Object = value
     
    value = instance.Object
    [System.Xml.Serialization.XmlIgnore()]
    public override System.object Object {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