Właściwość Entity.MemberTypes
Pobiera lub ustawia złożony ArrayOfEntityMemberType.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property MemberTypes As Collection(Of EntityMemberType)
Get
Set
'Użycie
Dim instance As Entity
Dim value As Collection(Of EntityMemberType)
value = instance.MemberTypes
instance.MemberTypes = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<EntityMemberType> MemberTypes { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<EntityMemberType^>^ MemberTypes {
Collection<EntityMemberType^>^ get ();
void set (Collection<EntityMemberType^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member MemberTypes : Collection<EntityMemberType> with get, set
function get MemberTypes () : Collection<EntityMemberType>
function set MemberTypes (value : Collection<EntityMemberType>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<EntityMemberType>
Kolekcja typu EntityMemberType.
Zobacz także