This document is archived and information here might be outdated. Recommended version. |
Writes the contents of this travel mode as a JSON string.
[Visual Basic .NET]
Public Sub WriteToJSON ( _
ByRef jsonValue As String _
)
[C#]
public void WriteToJSON (
ref string jsonValue
);
[C++]
HRESULT WriteToJSON(
System.String* jsonValue
);
[C++] Parameters jsonValue [out]
jsonValue is a parameter of type BSTR*