Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets an array of attributes.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Collection(Of MetadataAttribute)
Get
Set
'Usage
Dim instance As AttributeGroup
Dim value As Collection(Of MetadataAttribute)
value = instance.Attributes
instance.Attributes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<MetadataAttribute> Attributes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<MetadataAttribute^>^ Attributes {
Collection<MetadataAttribute^>^ get ();
void set (Collection<MetadataAttribute^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : Collection<MetadataAttribute> with get, set
function get Attributes () : Collection<MetadataAttribute>
function set Attributes (value : Collection<MetadataAttribute>)
Property Value
Type: System.Collections.ObjectModel.Collection<MetadataAttribute>
A collection of type MetadataAttribute.