Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NSchema Class / GetSchemaNameFromFullTypeName Method


In This Topic
    GetSchemaNameFromFullTypeName Method
    In This Topic
    Gets the full type from a schema name.
    Syntax
    'Declaration
     
    
    Public Shared Function GetSchemaNameFromFullTypeName( _
       ByVal fullTypeName As System.String _
    ) As System.String
    'Usage
     
    
    Dim fullTypeName As System.String
    Dim value As System.String
     
    value = NSchema.GetSchemaNameFromFullTypeName(fullTypeName)
    public static System.string GetSchemaNameFromFullTypeName( 
       System.string fullTypeName
    )

    Parameters

    fullTypeName
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also