ResourceValidationEventArgs.IsValid Property
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)
Usage
Dim instance As ResourceValidationEventArgs
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)
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
Reference
ResourceValidationEventArgs Class
ResourceValidationEventArgs Members
Microsoft.ResourceManagement.Workflow.Activities Namespace