MetadataIdAttributeId Property |
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string[] Id { get; set; }
Public Property Id As String()
Get
Set
public:
property array<String^>^ Id {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Id : string[] with 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