Namespace:
RightEdge.Common
Assembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Assembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use the BarStartTime property instead.")] public DateTime PriceDateTime { get; set; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Use the BarStartTime property instead.")> _ Public Property PriceDateTime As DateTime |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use the BarStartTime property instead.")] public: property DateTime PriceDateTime { DateTime get (); void set (DateTime value); } |