Właściwość BRAttributeTypeInfo.AttributeDataTypes
Pobiera lub ustawia kolekcja danych atrybut typów, z których każde przypadkom typ atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
Get
Set
'Użycie
Dim instance As BRAttributeTypeInfo
Dim value As Collection(Of AttributeDataType)
value = instance.AttributeDataTypes
instance.AttributeDataTypes = value
[DataMemberAttribute]
public Collection<AttributeDataType> AttributeDataTypes { get; set; }
[DataMemberAttribute]
public:
property Collection<AttributeDataType>^ AttributeDataTypes {
Collection<AttributeDataType>^ get ();
void set (Collection<AttributeDataType>^ value);
}
[<DataMemberAttribute>]
member AttributeDataTypes : Collection<AttributeDataType> with get, set
function get AttributeDataTypes () : Collection<AttributeDataType>
function set AttributeDataTypes (value : Collection<AttributeDataType>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<AttributeDataType>
Kolekcja typu AttributeDataType.
Zobacz także