Compartir a través de


Versions Propiedad

Gets or sets an array of versions.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Versions As Collection(Of Version)
    Get
    Set
'Uso
Dim instance As Model
Dim value As Collection(Of Version)

value = instance.Versions

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

Valor de la propiedad

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Version> ) > ) >
A collection of type Version.