The weight assigned to this word.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual int Weight { get; set; }
Public Overridable Property Weight As Integer
public: virtual property int Weight { int get (); void set (int value); }