다음을 통해 공유


ParentChild.Weight 속성

정의

주의

Collections are deprecated

자식과 연결된 가중치를 지정합니다. 가중치 값은 컬렉션 멤버에만 적용할 수 있습니다.

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

속성 값

자식과 연결된 가중치입니다.

특성

설명

이는 해당 자식이 컬렉션 멤버로 반환되는 경우에만 적용됩니다. 이 속성은 명시적 및 파생된 계층 구조 요청에는 적용되지 않습니다.

적용 대상