Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts