Collection.Weight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the weight of this collection member
public:
property System::Decimal Weight { System::Decimal get(); void set(System::Decimal value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public decimal Weight { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Weight : decimal with get, set
Public Property Weight As Decimal
Property Value
The weight of this collection member.
- Attributes