ManagementAuthorizationInfoCollection Class
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.
Contains a collection of ManagementAuthorizationInfo objects.
public ref class ManagementAuthorizationInfoCollection sealed : System::Collections::ObjectModel::Collection<Microsoft::Web::Management::Server::ManagementAuthorizationInfo ^>
public sealed class ManagementAuthorizationInfoCollection : System.Collections.ObjectModel.Collection<Microsoft.Web.Management.Server.ManagementAuthorizationInfo>
type ManagementAuthorizationInfoCollection = class
inherit Collection<ManagementAuthorizationInfo>
Public NotInheritable Class ManagementAuthorizationInfoCollection
Inherits Collection(Of ManagementAuthorizationInfo)
- Inheritance
-
ManagementAuthorizationInfoCollection
Constructors
ManagementAuthorizationInfoCollection() |
Initializes a new instance of the ManagementAuthorizationInfoCollection class. |