MetadataItem

MetadataItem constructor

Initializes a new instance of the MetadataItem class.

public MetadataItem(string name, string value)
Parameter Type Description
name String The name of the metadata item.
value String The value of the metadata item.

Remarks

An instance of MetadataItem class is used as return value of GetMetadata method.

See Also