'Declaration
Public Property Plate As DeterminePlateLoadedInBay_Responses.Types.Plate_Struct
'Usage
Dim instance As DeterminePlateLoadedInBay_Responses Dim value As DeterminePlateLoadedInBay_Responses.Types.Plate_Struct instance.Plate = value value = instance.Plate
public DeterminePlateLoadedInBay_Responses.Types.Plate_Struct Plate {get; set;}
public: property DeterminePlateLoadedInBay_Responses.Types.Plate_Struct^ Plate { DeterminePlateLoadedInBay_Responses.Types.Plate_Struct^ get(); void set ( DeterminePlateLoadedInBay_Responses.Types.Plate_Struct^ value); }