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; }
<IgnoreDataMemberAttribute>
Public Property LoadedFrom As String
Get
Set
public:
[IgnoreDataMemberAttribute]
property String^ LoadedFrom {
String^ get ();
void set (String^ value);
}
[<IgnoreDataMemberAttribute>]
member LoadedFrom : string with get, set
Property Value
Type:
String
A String represents the full path of where the extension definition has been loaded.
See Also