[This is preliminary documentation and is subject to change.]
The version name given by the Manufacturer to the Product implementation to identify it internally.
DVT checks that the value sent by the Product matches the values given here.
| C# | Visual Basic | Visual C++ |
string ImplementationVersionName { get; set; }
Property ImplementationVersionName As String
property String^ ImplementationVersionName { String^ get (); void set (String^ value); }
The implementation version name is an optional field -
when the Product does not send this value leave this entry blank.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |