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