Member.Attributes Property
Gets or sets the collection of attributes of the member.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Collection(Of Attribute)
Get
Friend Set
'Usage
Dim instance As Member
Dim value As Collection(Of Attribute)
value = instance.Attributes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Attribute> Attributes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Attribute^>^ Attributes {
Collection<Attribute^>^ get ();
internal: void set (Collection<Attribute^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : Collection<Attribute> with get, internal set
function get Attributes () : Collection<Attribute>
internal function set Attributes (value : Collection<Attribute>)
Property Value
Type: System.Collections.ObjectModel.Collection<Attribute>
The collection of attributes of the member.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace