DirectoryAttribute.Contains(Object) Metod

Definition

Metoden Contains(Object) avgör om attributet innehåller det angivna värdet.

public:
 bool Contains(System::Object ^ value);
public bool Contains(object value);
member this.Contains : obj -> bool
Public Function Contains (value As Object) As Boolean

Parametrar

value
Object

Det värde som ska sökas efter.

Returer

true om det här attributet innehåller värdet eller false om det inte gör det.

Gäller för