ValidFrom Property

Gets or sets the date that the listing for this price becomes active.

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

Syntax

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

value = instance.ValidFrom

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

Property Value

Type: System.DateTime
Returns DateTime.

See Also

Reference

ListingPrice Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace