Nevron .NET Vision
Nevron.Dom Namespace / NAttributeContainer Class / GetAttributeNameWithoutLast Method
attribute name


In This Topic
    GetAttributeNameWithoutLast Method
    In This Topic
    Get the substring of the attribute name before the last dot
    Syntax
    'Declaration
     
    
    Public Shared Function GetAttributeNameWithoutLast( _
       ByVal attributeName As System.String _
    ) As System.String
    'Usage
     
    
    Dim attributeName As System.String
    Dim value As System.String
     
    value = NAttributeContainer.GetAttributeNameWithoutLast(attributeName)
    public static System.string GetAttributeNameWithoutLast( 
       System.string attributeName
    )

    Parameters

    attributeName
    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