Public Property Orientation As OmrOrientation
Dim instance As OmrProcessor Dim value As OmrOrientation instance.Orientation = value value = instance.Orientation
public OmrOrientation Orientation {get; set;}
public: property OmrOrientation Orientation { OmrOrientation get(); void set ( OmrOrientation value); }