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.MemberTypes property.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberTypes As Collection(Of MemberType)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<MemberType>
A collection of type MemberType.