ModelMembersGetCriteria.Versions Property
Gets or sets an array of model versions.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Versions As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As ModelMembersGetCriteria
Dim value As Collection(Of Identifier)
value = instance.Versions
instance.Versions = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Versions { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Versions {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Versions : Collection<Identifier> with get, set
function get Versions () : Collection<Identifier>
function set Versions (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
Collection of type Identifier.