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

プロパティ値

子どもにまつわる重み。

属性

注釈

これは、問題の子どもが回収メンバーとして返還される場合にのみ適用されます。 この性質は明示的および派生された階層要求には適用されません

適用対象