This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As EmailOperationValidationEventArgs
Dim value As Boolean

value = instance.IsValid

instance.IsValid = value

Syntax

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

/** @property */
public void set_IsValid (boolean value)
JScript
public function get IsValid () : boolean

public function set IsValid (value : boolean)

Property Value

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