Share via


ActivitySettingsPart.ValidateInputs Method

Returns true if all of the UI controls contain valid values. Otherwise, returns false.

Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)

Usage

'Usage
Dim instance As ActivitySettingsPart
Dim returnValue As Boolean

returnValue = instance.ValidateInputs

Syntax

'Declaration
Public MustOverride Function ValidateInputs As Boolean
public abstract bool ValidateInputs ()
public:
virtual bool ValidateInputs () abstract
public abstract boolean ValidateInputs ()
public abstract function ValidateInputs () : boolean

Return Value

Returns Boolean.

Remarks

In general, this method should be used to validate information entered by the user when the activity is added to a workflow in the Workflow Designer. However, this method is not used when the activity is actually run.

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

ActivitySettingsPart Class
ActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace