'Declaration
Public Property Orientation As IdentificationOrientation
'Usage
Dim instance As IdentificationMatch Dim value As IdentificationOrientation instance.Orientation = value value = instance.Orientation
public IdentificationOrientation Orientation {get; set;}
public: property IdentificationOrientation Orientation { IdentificationOrientation get(); void set ( IdentificationOrientation value); }