ParentChild.Weight Property

Definition

Caution

Collections are deprecated

Specifies the weight associated with the child. Weight values are only applicable to collection members

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

Property Value

The weight associated with the child.

Attributes

Remarks

This is only applicable if the child in question is being returned as a collection member. This property does not apply to explicit and derived hierarchy requests

Applies to