Nevron .NET Vision
Nevron.Dom Namespace / NForwardAttributeIterator Class / RootObject Property


In This Topic
    RootObject Property
    In This Topic
    Gets/sets the root object whose attributes are iterated
    Syntax
    'Declaration
     
    
    Public Property RootObject As System.Object
    'Usage
     
    
    Dim instance As NForwardAttributeIterator
    Dim value As System.Object
     
    instance.RootObject = value
     
    value = instance.RootObject
    public System.object RootObject {get; set;}
    Remarks
    The set accessor will reset the iterator
    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