Member.Collections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Collections are deprecated.
Specifies the collection which this member is in
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Collection ^> ^ Collections { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Collection ^> ^ get(); };
[System.Obsolete("Collections are deprecated.")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Collection> Collections { get; }
[<System.Obsolete("Collections are deprecated.")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Collections : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Collection>
Public ReadOnly Property Collections As Collection(Of Collection)
Property Value
The collection which this member is belong.
- Attributes