Click or drag to resize

MetadataIdAttribute Constructor

Initializes a new instance of the MetadataIdAttribute class.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public MetadataIdAttribute(
	string[] guidArray
)

Parameters

guidArray
Type: SystemString
An array of String, while each string element represents a guid. for example : "06362f1c-586f-4f8d-bc3f-169cc11d60b5"
See Also