다음을 통해 공유


BRItemTypeComponent.CompatibleAttributeTypes 속성

Gets or sets the collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property CompatibleAttributeTypes As Collection(Of BRAttributeTypeInfo)
    Get 
    Friend Set
‘사용 방법
Dim instance As BRItemTypeComponent 
Dim value As Collection(Of BRAttributeTypeInfo)

value = instance.CompatibleAttributeTypes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRAttributeTypeInfo> CompatibleAttributeTypes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRAttributeTypeInfo^>^ CompatibleAttributeTypes {
    Collection<BRAttributeTypeInfo^>^ get ();
    internal: void set (Collection<BRAttributeTypeInfo^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member CompatibleAttributeTypes : Collection<BRAttributeTypeInfo> with get, internal set
function get CompatibleAttributeTypes () : Collection<BRAttributeTypeInfo>
internal function set CompatibleAttributeTypes (value : Collection<BRAttributeTypeInfo>)

속성 값

유형: System.Collections.ObjectModel.Collection<BRAttributeTypeInfo>
The collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component.

참고 항목

참조

BRItemTypeComponent 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스