Share via


ParameterValidationResult.ErrorParameter Property

Name of the parameter which has validation errors.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ParameterValidationResult
Dim value As String

value = instance.ErrorParameter

instance.ErrorParameter = value

Syntax

'Declaration
Public Property ErrorParameter As String
public string ErrorParameter { get; set; }
public:
property String^ ErrorParameter {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ErrorParameter ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ErrorParameter (String value)
CompilerGeneratedAttribute 
public function get ErrorParameter () : String

CompilerGeneratedAttribute 
public function set ErrorParameter (value : String)

Property Value

Returns String.

Remarks

Please note that although ErrorParameter is not used, it is required for backwards compatibility.

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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ParameterValidationResult Class
ParameterValidationResult Members
Microsoft.MetadirectoryServices Namespace