Share via


Attribute.Value Property

Gets or sets the value assigned to the master data attribute as a variant data type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Object Value { get; set; }

Property Value

Type: System.Object
An Object representing the value.