Share via


Metadata.Versions Propiedad

Definición

Obtiene o establece una matriz de versiones.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Version ^> ^ Versions { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Version ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Version ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Version> Versions { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Versions : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Version> with get, set
Public Property Versions As Collection(Of Version)

Valor de propiedad

Colección de tipo Version.

Atributos

Se aplica a