'Declaration Public Property decodedValue As WebPpnBarcodeValue
public WebPpnBarcodeValue decodedValue { get; set; }
public: __property WebPpnBarcodeValue* get_decodedValue(); public: __property void set_decodedValue(
WebPpnBarcodeValue* value
);
public:
property WebPpnBarcodeValue^ decodedValue { WebPpnBarcodeValue^ get(); void set(WebPpnBarcodeValue^ value); }