Proprietà MemberTypes
Gets or sets an array of entity member types.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberTypes As Collection(Of EntityMemberType)
Get
Set
'Utilizzo
Dim instance As Entity
Dim value As Collection(Of EntityMemberType)
value = instance.MemberTypes
instance.MemberTypes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<EntityMemberType> MemberTypes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<EntityMemberType^>^ MemberTypes {
Collection<EntityMemberType^>^ get ();
void set (Collection<EntityMemberType^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MemberTypes : Collection<EntityMemberType> with get, set
function get MemberTypes () : Collection<EntityMemberType>
function set MemberTypes (value : Collection<EntityMemberType>)
Valore proprietà
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'EntityMemberType> ) > ) >
A collection of type EntityMemberType.