DefaultAuthenticationGate.ValidationError Property

This API supports the FIM 2010 infrastructure and is not intended to be used directly from your code.

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

Usage

    Dim instance As DefaultAuthenticationGate
Dim value As String

value = instance.ValidationError

instance.ValidationError = value

Syntax

'Declaration
Public Property ValidationError As String
public string ValidationError { get; set; }
public:
property String^ ValidationError {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ValidationError ()

/** @property */
public void set_ValidationError (String value)
public function get ValidationError () : String

public function set ValidationError (value : String)

Property Value

Returns String.

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

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