This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As AuthenticationGateActivity
Dim value As String

value = instance.ValidationError

instance.ValidationError = value

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property ValidationError As String
C#
[BrowsableAttribute(false)] 
public string ValidationError { get; set; }
C++
[BrowsableAttribute(false)] 
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

A String value.

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