Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NGreetingLineFieldValue Class / NGreetingLineFieldValue Constructor / NGreetingLineFieldValue Constructor(String,ENGreetingLineContent,String)


In This Topic
    NGreetingLineFieldValue Constructor(String,ENGreetingLineContent,String)
    In This Topic
    Creates a new greeting line field value and initializes it with the given parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal before As System.String, _
       ByVal content As ENGreetingLineContent, _
       ByVal after As System.String _
    )
    'Usage
     
    
    Dim before As System.String
    Dim content As ENGreetingLineContent
    Dim after As System.String
     
    Dim instance As New NGreetingLineFieldValue(before, content, after)
    public NGreetingLineFieldValue( 
       System.string before,
       ENGreetingLineContent content,
       System.string after
    )

    Parameters

    before
    content
    after
    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