'Declaration
Public Function GetOrder() As Nullable(Of Integer)
public Nullable<int> GetOrder()
Return Value
The value of the Order property if the property is set, or a null reference if the property is not set.
'Declaration
Public Function GetOrder() As Nullable(Of Integer)
public Nullable<int> GetOrder()