共用方式為


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 命名空間