DirectoryAttribute.Remove(Object) Method

Definition

The Remove(Object) method removes the first occurrence of the specified value from the list of attributes.

public:
 void Remove(System::Object ^ value);
public void Remove (object value);
member this.Remove : obj -> unit
Public Sub Remove (value As Object)

Parameters

value
Object

The Object to remove.

Exceptions

value contains a null reference (Nothing in Visual Basic).

Applies to