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 @@ -272,13 +272,13 @@ The following example shows a C# class that returns an error message:
272
272
``` csharp
273
273
public class ResponseContent
274
274
{
275
- public string version { get ; set ; }
276
- public int status { get ; set ; }
277
- public string code { get ; set ; }
278
- public string userMessage { get ; set ; }
279
- public string developerMessage { get ; set ; }
280
- public string requestId { get ; set ; }
281
- public string moreInfo { get ; set ; }
275
+ public string Version { get ; set ; }
276
+ public int Status { get ; set ; }
277
+ public string Code { get ; set ; }
278
+ public string UserMessage { get ; set ; }
279
+ public string DeveloperMessage { get ; set ; }
280
+ public string RequestId { get ; set ; }
281
+ public string MoreInfo { get ; set ; }
282
282
}
283
283
```
284
284
You can’t perform that action at this time.
0 commit comments