Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets an array of attribute data types.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<AttributeDataType>
A collection of type AttributeDataType.