Member.Collections Propiedad
Gets or sets the collection which the member is in.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Collections.ObjectModel.Collection<Collection>
The collection which the member is in.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts