Propriedade do RDL Member.Collections
Gets or sets the collection which the member is in.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Collections As Collection(Of Collection)
Get
Friend Set
'Uso
Dim instance As Member
Dim value As Collection(Of Collection)
value = instance.Collections
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Collection> Collections { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Collection^>^ Collections {
Collection<Collection^>^ get ();
internal: void set (Collection<Collection^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Collections : Collection<Collection> with get, internal set
function get Collections () : Collection<Collection>
internal function set Collections (value : Collection<Collection>)
Valor da propriedade
Tipo: System.Collections.ObjectModel.Collection<Collection>
The collection which the member is in.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts