다음을 통해 공유


Collection.Weight 속성

Gets or sets a Decimal that specifies the weight of the collection.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Weight As Decimal
    Get
    Set
‘사용 방법
Dim instance As Collection
Dim value As Decimal

value = instance.Weight

instance.Weight = value
[DataMemberAttribute(EmitDefaultValue = false)]
public decimal Weight { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Decimal Weight {
    Decimal get ();
    void set (Decimal value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Weight : decimal with get, set
function get Weight () : decimal
function set Weight (value : decimal)

속성 값

유형: System.Decimal
The weight of the collection.

참고 항목

참조

Collection 클래스

Microsoft.MasterDataServices 네임스페이스