إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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 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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Version>
A collection of type Version.