Propriété Metadata.MemberTypes
Gets or sets a collection of entity member types.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberTypes As Collection(Of EntityMemberType)
Get
Set
'Utilisation
Dim instance As Metadata
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>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<EntityMemberType>
A collection of type EntityMemberType.