C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ServerGenerated.cs
Go to the documentation of this file.
1using System;
2
4{
10 [AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
11 public class ServerGenerated : Attribute { }
12}
Specifies that a property is generated by the server and should not be specified on the client side d...