[ArgumentDirections(ArgumentDirections.Output)] [XmlIgnore()] public new DateTime TimestampLocal {get; set;}
[ArgumentDirections(ArgumentDirections.Output)] [XmlIgnore()] public: new property DateTime TimestampLocal { DateTime get(); void set ( DateTime value); }
'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.Output)> <XmlIgnoreAttribute()> Public Shadows Property TimestampLocal As Date
'Usage
Dim instance As DAItemPointSubscribeArguments Dim value As Date instance.TimestampLocal = value value = instance.TimestampLocal