This topic has not yet been rated - Rate this topic

ResultPropertyCollection.Contains Method

Determines whether the property that has the specified name belongs to this collection.

[Visual Basic]
Public Function Contains( _
   ByVal propertyName As String _
) As Boolean
[C#]
public bool Contains(
 string propertyName
);
[C++]
public: bool Contains(
 String* propertyName
);
[JScript]
public function Contains(
   propertyName : String
) : Boolean;

Parameters

propertyName
The name of the property to find.

Return Value

true if the specified property belongs to this collection; otherwise, false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ResultPropertyCollection Class | ResultPropertyCollection Members | System.DirectoryServices Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.