Click or drag to resize

AbstractMetadataRequiredExtension Property

Gets the required extension about this AbstractMetadata

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public ExtensionDefinition RequiredExtension { get; }

Property Value

Type: ExtensionDefinition
The required extension definition object, it will be assigned after initializing.
See Also