ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryWriter Class / SetMetadataByName Method / SetMetadataByName(String,Object) Method
The name of the metadata.
The value.

In This Topic
    SetMetadataByName(String,Object) Method
    In This Topic
    Sets the value for a metadata name
    Syntax
    'Declaration
     
    Public Overloads Sub SetMetadataByName( _
       ByVal name As System.String, _
       ByVal value As System.Object _
    ) 
    public void SetMetadataByName( 
       System.string name,
       System.object value
    )

    Parameters

    name
    The name of the metadata.
    value
    The value.
    See Also