public ShippingMethod ShippingMethod { get; }
Public ReadOnly Property ShippingMethod As ShippingMethod
Get
public:
virtual property ShippingMethod^ ShippingMethod {
ShippingMethod^ get () sealed;
}
abstract ShippingMethod : ShippingMethod with get
override ShippingMethod : ShippingMethod with get