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

属性值

与子级关联的权重。

属性

注解

仅当相关子级作为集合成员返回时,这才适用。 此属性不适用于显式和派生层次结构请求

适用于