다음을 통해 공유


Collection.Weight 속성

정의

컬렉션의 가중치를 지정하는 Decimal을 가져오거나 설정합니다.

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

속성 값

컬렉션의 가중치입니다.

특성

적용 대상