Model.Versions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of versions.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Version> Versions { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<Version^>^ Versions {
    Collection<Version^>^ get();
    void set(Collection<Version^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Versions : Collection<Version> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Versions As Collection(Of Version)

Property Value

Type: System.Collections.ObjectModel.Collection<Version>

A collection of type Version.

See Also

Model Class
Microsoft.MasterDataServices Namespace

Return to top