WebServiceFieldAttrs Enumeration |
Namespace: NetQuarry.Net
Member name![]() | Value![]() | Description | |
---|---|---|---|
ReadOnly | 1 | Treat the field as read only. The client proxy will be allowed to set the value but it will be ignored. | |
DisplayText | 2 | Serialize the DisplayText for the field if the field has a picklist. The default is to serialize the raw value. | |
XmlIgnore | 4 | Don't generate a public property for this field. |