[This is preliminary documentation and is subject to change.]
The application entity name for the System Under Test (SUT).
| C# | Visual Basic | Visual C++ |
string ApplicationEntityName { get; set; }
Property ApplicationEntityName As String
property String^ ApplicationEntityName { String^ get (); void set (String^ value); }
This name is used to select the appropriate definitions from the
definition files for the corresponding SUT.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |