Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the collection of attribute data types that are each paired with the attribute type.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
Get
Friend Set
'Utilisation
Dim instance As BRAttributeTypeInfo
Dim value As Collection(Of AttributeDataType)
value = instance.AttributeDataTypes
[DataMemberAttribute]
public Collection<AttributeDataType> AttributeDataTypes { get; internal set; }
[DataMemberAttribute]
public:
property Collection<AttributeDataType>^ AttributeDataTypes {
Collection<AttributeDataType>^ get ();
internal: void set (Collection<AttributeDataType>^ value);
}
[<DataMemberAttribute>]
member AttributeDataTypes : Collection<AttributeDataType> with get, internal set
function get AttributeDataTypes () : Collection<AttributeDataType>
internal function set AttributeDataTypes (value : Collection<AttributeDataType>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<AttributeDataType>
The collection of attribute data types that are each paired with the attribute type.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts