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 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.