This API is currently not supported.
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.DeletedTime

Syntax

Visual Basic
Public ReadOnly Property DeletedTime As DateTime
C#
public DateTime DeletedTime { get; }
C++
public:
property DateTime DeletedTime {
		DateTime get ();
}
J#
/** @property */
public DateTime get_DeletedTime ()
JScript
public function get DeletedTime () : 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