OpenAttributeDateTimeElement.Value Property
Gets or sets the date/time value.
Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim openAttributeDateTimeElement1 As OpenAttributeDateTimeElement
Dim returnValue As DateTime
returnValue = openAttributeDateTimeElement1.Value
Dim sampleValue As DateTime
openAttributeDateTimeElement1.Value = sampleValue
Syntax
'Declaration
Public Property Value() As DateTime
public DateTime Value {get; set;}
public:
property DateTime^ Value {
DateTime^ get();
void set(DateTime^ value);
}
public DateTime get_Value();
public void set_Value(DateTime);
public function get Value() : DateTime;
public function set Value(DateTime);
Property Value
The DateTime associated with the OpenAttributeDateTimeElement.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
OpenAttributeDateTimeElement Class
OpenAttributeDateTimeElement Members
Microsoft.Web.Services3.Xml Namespace