get_metadata_value method

get_metadata_value

Gets the metadata value.

Returns

A string value that represents the value of the metadata item; null if the metadata with this name isn’t found.

def get_metadata_value(self, name):
    ...
Parameter Type Description
name System.String The name of the metadata.

See Also