ActiveDirectorySubnetCollection.Contains(ActiveDirectorySubnet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified ActiveDirectorySubnet object is in this collection.
public:
bool Contains(System::DirectoryServices::ActiveDirectory::ActiveDirectorySubnet ^ subnet);
public bool Contains (System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet);
member this.Contains : System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet -> bool
Public Function Contains (subnet As ActiveDirectorySubnet) As Boolean
Parameters
- subnet
- ActiveDirectorySubnet
The ActiveDirectorySubnet object to search for in this collection.
Returns
true
if the ActiveDirectorySubnet object is in this collection; otherwise, false
.
Exceptions
A call to the underlying directory service resulted in an error.
subnet
is null
.
The ActiveDirectorySubnet object has not yet been saved in the Active Directory Domain Services store.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.