Click or drag to resize

AttributeValueSerializationHandling Enumeration

Defines the ways that attribute values can be serialized

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public enum AttributeValueSerializationHandling
Members
  Member nameValueDescription
Default0 Values are converted to a primative serializable type (eg string, boolean, integer)
ConvertToString1 All value types are converted to strings
See Also