ResultPropertyCollection.Contains Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ResultPropertyCollection Class | ResultPropertyCollection Members | System.DirectoryServices Namespace