public class PolicyEnrollEndpointUriCollection : BasicCollection<PolicyEnrollEndpointUri>
Public Class PolicyEnrollEndpointUriCollection
Inherits BasicCollection(Of PolicyEnrollEndpointUri)
public ref class PolicyEnrollEndpointUriCollection : public BasicCollection<PolicyEnrollEndpointUri^>
type PolicyEnrollEndpointUriCollection =
class
inherit BasicCollection<PolicyEnrollEndpointUri>
end
PolicyEnrollEndpointUriCollection() | Initializes a new instance of the T class. |
PolicyEnrollEndpointUriCollection(IEnumerable<PolicyEnrollEndpointUri>) | Initializes a new instance of the PolicyEnrollEndpointUriCollection class |
Count | (Inherited from BasicCollection<T>) |
IsReadOnly | (Inherited from BasicCollection<T>) |
Item | (Inherited from BasicCollection<T>) |
Add | (Inherited from BasicCollection<T>) |
AddRange | (Inherited from BasicCollection<T>) |
Clear | (Inherited from BasicCollection<T>) |
Contains | (Inherited from BasicCollection<T>) |
CopyTo | (Inherited from BasicCollection<T>) |
DsEncode | Encodes a collection of enrollment web service URLs to an Active Directory compatible format. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetEnumerator | (Inherited from BasicCollection<T>) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
IndexOf | (Inherited from BasicCollection<T>) |
Insert | (Inherited from BasicCollection<T>) |
MemberwiseClone | (Inherited from Object) |
Remove | (Inherited from BasicCollection<T>) |
RemoveAt | (Inherited from BasicCollection<T>) |
ToString | (Inherited from Object) |
InternalList |
Gets internal list.
(Inherited from BasicCollection<T>) |