明示的階層からのメンバーの親を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Parents As Collection(Of Parent)
Get
Friend Set
'使用
Dim instance As Member
Dim value As Collection(Of Parent)
value = instance.Parents
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Parent> Parents { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Parent^>^ Parents {
Collection<Parent^>^ get ();
internal: void set (Collection<Parent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Parents : Collection<Parent> with get, internal set
function get Parents () : Collection<Parent>
internal function set Parents (value : Collection<Parent>)
プロパティ値
型: System.Collections.ObjectModel.Collection<Parent>
明示的階層からのメンバーの親のコレクション。