Click or drag to resize

StrixSyncFieldAttributeFieldCode Property

Code used to identify the field.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public int FieldCode { get; set; }

Property Value

Type: Int32
Remarks
Smaller values decrease the network packet size. Although, you have to be careful to keep the values unique across all the fields on the current type. If set to 0, field name hash is used instead. The default value is 0.
See Also