Created Class
Represents a Created timestamp placed in a SOAP message header.
Namespace: Microsoft.Web.Services3.Security.Utility
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim created As DateTime
Dim created1 As New Created(created)
Syntax
'Declaration
Public Class Created
Inherits OpenAttributeDateTimeElement
Implements IXmlElement
public class Created : OpenAttributeDateTimeElement, IXmlElement
public ref class Created : OpenAttributeDateTimeElement, IXmlElement
public class Created extends OpenAttributeDateTimeElement implements IXmlElement
public class Created extends OpenAttributeDateTimeElement implements IXmlElement
Remarks
The Created class corresponds to the <wsu:Created> element. ("wsu" is the utility namespace prefix; the full namespace is http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd ).
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Xml.OpenAttributeElement
Microsoft.Web.Services3.Xml.OpenAttributeDateTimeElement
Microsoft.Web.Services3.Security.Utility.Created
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
Created Members
Microsoft.Web.Services3.Security.Utility Namespace