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 Boolean

value = instance.DeletedTimeSpecified

instance.DeletedTimeSpecified = value

Syntax

Visual Basic
Public Property DeletedTimeSpecified As Boolean
C#
public bool DeletedTimeSpecified { get; set; }
C++
public:
property bool DeletedTimeSpecified {
		bool get ();
		void set (bool value);
}
J#
/** @property */
public boolean get_DeletedTimeSpecified ()

/** @property */
public void set_DeletedTimeSpecified (boolean value)
JScript
public function get DeletedTimeSpecified () : boolean

public function set DeletedTimeSpecified (value : boolean)

Property Value

Returns a Boolean 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