Collection.Weight Property

Definition

Gets or sets a Decimal that specifies the weight of the collection.

public:
 property System::Decimal Weight { System::Decimal get(); void set(System::Decimal value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public decimal Weight { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Weight : decimal with get, set
Public Property Weight As Decimal

Property Value

The weight of the collection.

Attributes

Applies to