Member.Parents 속성
Gets or sets the parents of the member from explicit hierarchies.
네임스페이스: 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>
The collection of parents of the member from explicit hierarchies.