Partager via


Propriété BRAttributeTypeInfo.AttributeDataTypes

Gets or sets an array of attribute data types.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<AttributeDataType>
A collection of type AttributeDataType.

Voir aussi

Référence

BRAttributeTypeInfo Classe

Espace de noms Microsoft.MasterDataServices