Nevron .NET Vision
Nevron.Dom Namespace / NAttributeTree Class / IsDescendantAttribute Method
full attribute name


In This Topic
    IsDescendantAttribute Method
    In This Topic
    Determines whether the attribute is a descendant of another attribute
    Syntax
    'Declaration
     
    
    Public Shared Function IsDescendantAttribute( _
       ByVal fullAttributeName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim fullAttributeName As System.String
    Dim value As System.Boolean
     
    value = NAttributeTree.IsDescendantAttribute(fullAttributeName)
    public static System.bool IsDescendantAttribute( 
       System.string fullAttributeName
    )

    Parameters

    fullAttributeName
    full attribute name
    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