MetadataSearchCriteria.Models 속성
Gets or sets the criteria to fill the Models property.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Models As Collection(Of Identifier)
Get
Friend Set
‘사용 방법
Dim instance As MetadataSearchCriteria
Dim value As Collection(Of Identifier)
value = instance.Models
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<Identifier> Models { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Models {
Collection<Identifier^>^ get ();
internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Models : Collection<Identifier> with get, internal set
function get Models () : Collection<Identifier>
internal function set Models (value : Collection<Identifier>)
속성 값
유형: System.Collections.ObjectModel.Collection<Identifier>
The criteria to fill the Metadata.Models property.