'Declaration <NonSerializedAttribute()> Protected m_CommandType As CommandType
'Usage Dim instance As Command Dim value As CommandType value = instance.m_CommandType instance.m_CommandType = value
[NonSerialized()] protected CommandType m_CommandType