ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryReader Class / GetMetadataByName Method / GetMetadataByName(String) Method
The name.

In This Topic
    GetMetadataByName(String) Method
    In This Topic
    Gets the metadata value by name.
    Syntax
    'Declaration
     
    Public Overloads Function GetMetadataByName( _
       ByVal name As System.String _
    ) As System.Object
    public System.object GetMetadataByName( 
       System.string name
    )

    Parameters

    name
    The name.

    Return Value

    Value of the metadata
    See Also