MemberTypes 屬性
Gets or sets an ArrayOfEntityMemberType complex type.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property MemberTypes As Collection(Of EntityMemberType)
Get
Set
'用途
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>)
屬性值
型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'EntityMemberType> ) > ) >
A collection of type EntityMemberType.