File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -276,13 +276,13 @@ The following example shows a C# class that returns an error message:
276
276
``` csharp
277
277
public class ResponseContent
278
278
{
279
- public string version { get ; set ; }
280
- public int status { get ; set ; }
281
- public string code { get ; set ; }
282
- public string userMessage { get ; set ; }
283
- public string developerMessage { get ; set ; }
284
- public string requestId { get ; set ; }
285
- public string moreInfo { get ; set ; }
279
+ public string Version { get ; set ; }
280
+ public int Status { get ; set ; }
281
+ public string Code { get ; set ; }
282
+ public string UserMessage { get ; set ; }
283
+ public string DeveloperMessage { get ; set ; }
284
+ public string RequestId { get ; set ; }
285
+ public string MoreInfo { get ; set ; }
286
286
}
287
287
```
288
288
You can’t perform that action at this time.
0 commit comments