MemberTypes 필드
Gets or sets a collection of entity member types.
네임스페이스: 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>