RallyFailedToDeserializeJsonJsonData Property |
The JSON data that was returned from Rally.
Namespace: Rally.RestApi.ExceptionsAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic string JsonData { get; }
Public ReadOnly Property JsonData As String
Get
public:
property String^ JsonData {
String^ get ();
}
member JsonData : string with get
Property Value
Type:
String
See Also