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 attributes.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Collection(Of Attribute)
Get
Set
'Usage
Dim instance As Member
Dim value As Collection(Of Attribute)
value = instance.Attributes
instance.Attributes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Attribute> Attributes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Attribute^>^ Attributes {
Collection<Attribute^>^ get ();
void set (Collection<Attribute^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : Collection<Attribute> with get, set
function get Attributes () : Collection<Attribute>
function set Attributes (value : Collection<Attribute>)
Property Value
Type: System.Collections.ObjectModel.Collection<Attribute>
A collection of type Attribute.