Click or drag to resize

MetadataIdAttributeId Property

Gets or sets a list of Id that can be viewed by the CustomMessageViewer where this attribute attaches.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string[] Id { get; set; }

Property Value

Type: String
An array of the Metadata Id in Guid format.
Remarks
The Id is an array of String, but each element represents a Guid. for example: "06362f1c-586f-4f8d-bc3f-169cc11d60b5"
See Also