This API supports the FIM 2010 infrastructure. Using this API
directly from your code is not supported.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As QAAuthenticationGate
Dim value As String
value = instance.ValidationError
instance.ValidationError = value
|
Syntax
Visual Basic |
Public Property ValidationError As String
|
C# |
public string ValidationError { get; set; }
|
C++ |
public:
property String^ ValidationError {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
public String get_ValidationError ()
/** @property */
public void set_ValidationError (String value)
|
JScript |
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