Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.Entities property.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Entities As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As MetadataSearchCriteria
Dim value As Collection(Of Identifier)
value = instance.Entities
instance.Entities = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Entities { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Entities {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Entities : Collection<Identifier> with get, set
function get Entities () : Collection<Identifier>
function set Entities (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.