OpenAttributeDateTimeElement.Value Property

Gets or sets the date/time value.

Namespace: Microsoft.Web.Services2.Xml
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.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^);
}
public DateTime get_Value();
public void set_Value(DateTime);
public function get Value() : DateTime;
public function set Value(DateTime);

Property Value

The System.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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

OpenAttributeDateTimeElement Class
Microsoft.Web.Services2.Xml Namespace

Other Resources

OpenAttributeDateTimeElement Members