Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets an array of versions.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Versions As Collection(Of Version)
Get
Set
'Usage
Dim instance As Metadata
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Version>
A collection of type Version.