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