ActiveDirectorySubnetCollection.OnValidate(Object) Method

Definition

Overrides the OnValidate(Object) method.

protected:
 override void OnValidate(System::Object ^ value);
protected override void OnValidate (object value);
override this.OnValidate : obj -> unit
Protected Overrides Sub OnValidate (value As Object)

Parameters

value
Object

The element in this collection to validate.

Exceptions

value is not an ActiveDirectorySubnet object.

value is null.

The ActiveDirectorySubnet object has not yet been saved in the Active Directory Domain Services store.

Applies to

See also