Value Property

Gets or sets the attribute value.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Value As DateTime
    Get
    Set
'Usage
Dim instance As AttributeDateTimeValue
Dim value As DateTime

value = instance.Value

instance.Value = value
[DataMemberAttribute]
public DateTime Value { get; set; }
[DataMemberAttribute]
public:
property DateTime Value {
    DateTime get ();
    void set (DateTime value);
}

Property Value

Type: System.DateTime
The value.

See Also

Reference

AttributeDateTimeValue Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace