IActivitySettingsPart.ValidateInputs Method
Returns false if any controls in the UI have values that are not valid.
Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)
Usage
'Usage
Dim instance As IActivitySettingsPart
Dim returnValue As Boolean
returnValue = instance.ValidateInputs
Syntax
'Declaration
Function ValidateInputs As Boolean
bool ValidateInputs ()
bool ValidateInputs ()
boolean ValidateInputs ()
function ValidateInputs () : boolean
Return Value
Returns 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
IActivitySettingsPart Interface
IActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace
IActivitySettingsPart.ValidateInputs Method