Member.Collections Property
Gets or sets the collection which the member is in.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Collections As Collection(Of Collection)
Get
Friend Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Collection>
The collection which the member is in.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace