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

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

    Parameters

    name
    The name.

    Return Value

    the metadata value, or null if the metadata was not found
    See Also