'Declaration
Public Property State As IdentificationState
'Usage
Dim instance As IdentificationResult Dim value As IdentificationState instance.State = value value = instance.State
public IdentificationState State {get; set;}
public: __property IdentificationState get_State(); public: __property void set_State( IdentificationState value );
public: property IdentificationState State { IdentificationState get(); void set ( IdentificationState value); }