다음을 통해 공유


Collection.Weight 속성

Gets or sets the weight of the collection.

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

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False, IsRequired := 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, IsRequired = false)]
public decimal Weight { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)]
public:
property Decimal Weight {
    Decimal get ();
    void set (Decimal value);
}
[<DataMemberAttribute(EmitDefaultValue = false, IsRequired = 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.Services.DataContracts 네임스페이스