Member.Parents 属性

定义

获取或设置包含显式层次结构中的成员的父级的数组。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ Parents { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Parent> Parents { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Parents : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Parent> with get, set
Public Property Parents As Collection(Of Parent)

属性值

Parent 类型的集合。

属性

适用于