Nevron .NET Vision
Nevron Namespace / NCompositeConverter Class / Converters Property


In This Topic
    Converters Property
    In This Topic
    Gets / sets an array of object converters contained by this converter
    Syntax
    'Declaration
     
    
    Public Property Converters As INObjectConverter()
    'Usage
     
    
    Dim instance As NCompositeConverter
    Dim value() As INObjectConverter
     
    instance.Converters = value
     
    value = instance.Converters
    public INObjectConverter[] Converters {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