Returns a DateTime value that represents the time that the ResourceType object was created.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResourceType
Dim value As DateTime

value = instance.CreatedTime

Syntax

Visual Basic
Public ReadOnly Property CreatedTime As DateTime
C#
public DateTime CreatedTime { get; }
C++
public:
property DateTime CreatedTime {
		DateTime get ();
}
J#
/** @property */
public DateTime get_CreatedTime ()
JScript
public function get CreatedTime () : DateTime

Property Value

Returns a DateTime value.

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

Target Platforms

Windows 2008 x64 Edition

See Also