[NetForumFieldAttribute("mer_weight")]
public decimal Weight { get; }
<NetForumFieldAttribute("mer_weight")>
Public ReadOnly Property Weight As Decimal
Get
public:
[NetForumFieldAttribute(L"mer_weight")]
property Decimal Weight {
Decimal get ();
}
[<NetForumFieldAttribute("mer_weight")>]
member Weight : decimal with get