for GdPicture.NET
XTractFlow.API.Document Namespace / TemplateField Class / Name Property



In This Topic

    Name Property (TemplateField)

    In This Topic
    Specifies the public name of the field.
    Syntax
    'Declaration
     
    
    <RequiredAttribute()>
    Public Property Name As String
    'Usage
     
    
    Dim instance As TemplateField
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    [Required()]
    public string Name {get; set;}
    [Required()]
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Every template field must have a unique name.
    See Also