Share via


Metadata.Models Property

Gets or sets an array of models.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Models As Collection(Of Model)
    Get
    Set
'Usage
Dim instance As Metadata
Dim value As Collection(Of Model)

value = instance.Models

instance.Models = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Model> Models { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Model^>^ Models {
    Collection<Model^>^ get ();
    void set (Collection<Model^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Models : Collection<Model> with get, set
function get Models () : Collection<Model>
function set Models (value : Collection<Model>)

Property Value

Type: System.Collections.ObjectModel.Collection<Model>
A collection of type Model.

See Also

Reference

Metadata Class

Microsoft.MasterDataServices Namespace