Click or drag to resize

ExtensionDefinitionLoadedFrom Property

Gets or sets the Full Path where the extension definition has been loaded.

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

Property Value

Type: String
A String represents the full path of where the extension definition has been loaded.
See Also