UtilitiesFindMetadata Method |
Finds the metadata object from the Identifier.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static AbstractMetadata FindMetadata(
Guid id
)
Public Shared Function FindMetadata (
id As Guid
) As AbstractMetadata
public:
static AbstractMetadata^ FindMetadata(
Guid id
)
static member FindMetadata :
id : Guid -> AbstractMetadata
Parameters
- id
- Type: SystemGuid
The identifier of the metadata
Return Value
Type:
AbstractMetadataThe
AbstractMetadata object where its Identifier is specified ID. If there is no metadata contains this ID, a
object will be returned.
See Also