VintaSoft Imaging .NET SDK 12.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / FullyQualifiedName Property
Syntax Remarks Requirements SeeAlso
In This Topic
    FullyQualifiedName Property (PdfInteractiveFormField)
    In This Topic
    Gets a fully qualified name of the field.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")>
    <CategoryAttribute("Naming")>
    Public ReadOnly Property FullyQualifiedName As String
    
    
    [Description("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")]
    [Category("Naming")]
    public string FullyQualifiedName { get; }
    
    
    [Description("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")]
    [Category("Naming")]
    public: __property string* get_FullyQualifiedName();
    
    
    
    [Description("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")]
    [Category("Naming")]
    public:
    property string^ FullyQualifiedName { string^ get(); }
    Remarks

    The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors. For a field with no parent, the partial and fully qualified names are the same.

    Requirements

    Target Platforms: .NET 7; .NET 6; .NET 5; .NET Core 3.1; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also