SomCollection Class
A collection of Som objects that represents a list of sites, domains, or organizational units at which Group Policy is applied.
Namespace: Microsoft.GroupPolicy
Assembly: Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
Microsoft.GroupPolicy.SomCollection
Syntax
public sealed class SomCollection : ReadOnlyCollection<Som>
public ref class SomCollection sealed : ReadOnlyCollection<Som^>
[<Sealed>]
type SomCollection =
class
inherit ReadOnlyCollection<Som>
end
Public NotInheritable Class SomCollection
Inherits ReadOnlyCollection(Of Som)
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollection<T>.) |
|
Item[Int32] | (Inherited from ReadOnlyCollection<T>.) |
Methods
Name | Description | |
---|---|---|
Contains(T) | (Inherited from ReadOnlyCollection<T>.) |
|
CopyTo(T[], Int32) | (Inherited from ReadOnlyCollection<T>.) |
|
Equals(Object) | (Inherited from Object.) |
|
GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
IndexOf(T) | (Inherited from ReadOnlyCollection<T>.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.GroupPolicy Namespace
Return to top