NADeviceGetData Method (String) |
NewAer
Get Custom data for a device by key
Namespace: NewAer.SDKAssembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntaxpublic string GetData(
string key
)
Public Function GetData (
key As String
) As String
public:
String^ GetData(
String^ key
)
member GetData :
key : string -> string
Parameters
- key
- Type: SystemString
Data Key
Return Value
Type:
StringData Value or null
See Also