NewAer
Returns a Dictionary of all custom key/data string pairs for this device
Namespace: NewAer.SDKAssembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntaxpublic Dictionary<string, string> GetData()
Public Function GetData As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetData()
member GetData : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
StringReturns a Dictionary of all custom key/data string pairs for this device
See Also