Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NMetaNamedElement Class / Name Property


In This Topic
    Name Property (NMetaNamedElement)
    In This Topic
    Gets the name of the elemenet
    Syntax
    'Declaration
     
    
    Public Overridable Property Name As System.String
    'Usage
     
    
    Dim instance As NMetaNamedElement
    Dim value As System.String
     
    instance.Name = value
     
    value = instance.Name
    public virtual System.string Name {get; set;}
    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