|  | IMetadata Interface | 
 Syntax
SyntaxThe IMetadata type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetValue | Gets the metadata with the specified name. | 
|  | TryGetValue | Gets the metadata with the specified name. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ContractNameMatches | Checks whether the contractName matches the value stored in the metadata. (Defined by ExtensionMethods) | 
|  | GetContractName | Reads the well known ContractName property from the metadata. (Defined by ExtensionMethods) | 
|  | GetValueT | Gets the metadata with the specified name. (Defined by ExtensionMethods) | 
|  | GetValueOrDefault | Gets the value, or default if no item with this name exists. (Defined by ExtensionMethods) | 
|  | GetValueOrDefaultT | Gets the value, or default if no item with this name exists. (Defined by ExtensionMethods) | 
|  | TryGetValueT | Gets the metadata with the specified name. (Defined by ExtensionMethods) | 
 See Also
See Also