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.
Gets or sets an array of master data collections that includes collection type parent members.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Collection ^> ^ Collections { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Collection ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Collection ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Collection> Collections { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Collections : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Collection> with get, set
Public Property Collections As Collection(Of Collection)
Property Value
A collection.
- Attributes