Public Property PropertyDamagePriorityOrder As Nullable(Of Integer)
Dim instance As LayerCombinedSingleLimit Dim value As Nullable(Of Integer) instance.PropertyDamagePriorityOrder = value value = instance.PropertyDamagePriorityOrder
public Nullable<int> PropertyDamagePriorityOrder {get; set;}