ParentChild.Weight Property

Definition

Gets or sets the weight of the parent-child relationship.

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 parent-child relationship.

Attributes

Applies to