MemberTypes フィールド
エンティティ メンバーの種類のコレクションを取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public MemberTypes As Collection(Of EntityMemberType)
'使用
Dim instance As Metadata
Dim value As Collection(Of EntityMemberType)
value = instance.MemberTypes
instance.MemberTypes = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<EntityMemberType> MemberTypes
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
Collection<EntityMemberType^>^ MemberTypes
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
val mutable MemberTypes: Collection<EntityMemberType>
public var MemberTypes : Collection<EntityMemberType>