Partager via


EmailOperationValidationEventArgs.IsValid Property

This API is currently not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As EmailOperationValidationEventArgs
Dim value As Boolean

value = instance.IsValid

instance.IsValid = value

Syntax

'Declaration
Public Property IsValid As Boolean
public bool IsValid { get; set; }
public:
property bool IsValid {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsValid ()

/** @property */
public void set_IsValid (boolean value)
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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

EmailOperationValidationEventArgs Class
EmailOperationValidationEventArgs Members
Microsoft.ResourceManagement.Workflow.Activities Namespace