Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.MemberTypes property.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberTypes As Collection(Of MemberType)
Get
Set
'Utilisation
Dim instance As MetadataSearchCriteria
Dim value As Collection(Of MemberType)
value = instance.MemberTypes
instance.MemberTypes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<MemberType> MemberTypes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<MemberType>^ MemberTypes {
Collection<MemberType>^ get ();
void set (Collection<MemberType>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MemberTypes : Collection<MemberType> with get, set
function get MemberTypes () : Collection<MemberType>
function set MemberTypes (value : Collection<MemberType>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<MemberType>
A collection of type MemberType.