Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property CompatibleAttributeTypes As Collection(Of BRAttributeTypeInfo)
Get
Friend Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<BRAttributeTypeInfo>
The collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace