次の方法で共有


ParentChild.Weight プロパティ

親子リレーションシップの重みを取得または設定します。

名前空間:  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 ParentChild 
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
親子リレーションシップの重みです。

関連項目

参照

ParentChild クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間