public LoadOrientation LoadOrientation { get; protected set; }Public Property LoadOrientation As LoadOrientation
	Get
	Protected Setpublic:
property LoadOrientation LoadOrientation {
	LoadOrientation get ();
	protected: void set (LoadOrientation value);
}member LoadOrientation : LoadOrientation with get, set