Propriedade do RDL Parents
Gets or sets an array that includes parents of the member from explicit hierarchies.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Parents As Collection(Of Parent)
Get
Set
'Uso
Dim instance As Member
Dim value As Collection(Of Parent)
value = instance.Parents
instance.Parents = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Parent> Parents { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Parent^>^ Parents {
Collection<Parent^>^ get ();
void set (Collection<Parent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Parents : Collection<Parent> with get, set
function get Parents () : Collection<Parent>
function set Parents (value : Collection<Parent>)
Valor da propriedade
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Parent> ) > ) >
A collection of type Parent.