VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / VmsImageMetadata Class / VmsFileMetadata Property
Syntax Requirements SeeAlso
In This Topic
    VmsFileMetadata Property (VmsImageMetadata)
    In This Topic
    Gets the collection of all items of VMS file.
    Syntax
    'Declaration
    
    Public ReadOnly Property VmsFileMetadata As MetadataNodeCollection(Of T)
    
    
    public MetadataNodeCollection<T> VmsFileMetadata { get; }
    
    
    public: __property MetadataNodeCollection<T*>* get_VmsFileMetadata();
    
    
    
    public:
    property MetadataNodeCollection<T^>^ VmsFileMetadata { MetadataNodeCollection<T^>^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also