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 the models of the members to get.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Models As Collection(Of Identifier)
Get
Friend Set
'Usage
Dim instance As ModelMembersGetCriteria
Dim value As Collection(Of Identifier)
value = instance.Models
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Models { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Models {
Collection<Identifier^>^ get ();
internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Models : Collection<Identifier> with get, internal set
function get Models () : Collection<Identifier>
internal function set Models (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
The collection of models of the members to get.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace