FX3BoardSerialNumber Property |
Read-only property to get the active FX3 serial number
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string SerialNumber { get; }
Public ReadOnly Property SerialNumber As String
Get
public:
property String^ SerialNumber {
String^ get ();
}
member SerialNumber : string with get
Return Value
Type:
StringThe board serial number, as a string
See Also