Share via


DeploymentProviderSettingInfo.Validate(Object) Method

Definition

Validates the data represented by the supplied value parameter.

public:
 virtual System::Object ^ Validate(System::Object ^ value);
public virtual object Validate (object value);
abstract member Validate : obj -> obj
override this.Validate : obj -> obj
Public Overridable Function Validate (value As Object) As Object

Parameters

value
Object

The value to validate.

Returns

Remarks

Implementers should validate the object and throw a DeploymentException if validation fails.

Notes to Inheritors

When you inherit from DeploymentProviderSettingInfo, you must override all members except for the Validate method.

Applies to