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