ParameterValidationResult.ErrorMessage Property
Validation error message to be displayed to the user.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ParameterValidationResult
Dim value As String
value = instance.ErrorMessage
instance.ErrorMessage = value
Syntax
'Declaration
Public Property ErrorMessage As String
public string ErrorMessage { get; set; }
public:
property String^ ErrorMessage {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ErrorMessage ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ErrorMessage (String value)
CompilerGeneratedAttribute
public function get ErrorMessage () : String
CompilerGeneratedAttribute
public function set ErrorMessage (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
See Also
Reference
ParameterValidationResult Class
ParameterValidationResult Members
Microsoft.MetadirectoryServices Namespace