Microsoft.Exchange.ServiceComponent.AdminGroupExchange Administrative Group

Microsoft.Exchange.ServiceComponent.AdminGroup (ClassType)

All instances of an Exchange 2003 version of an Exchange Administrative Group

Element properties:

Base ClassMicrosoft.Exchange.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc3287c8a-f430-c370-d7ee-455a77f5509a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Exchange.ServiceComponent.AdminGroup:
AdminGroup  string  Admin Group true 255  False 
Organization  string  Organization false 255  False 
DisplayName  string  Display Name false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.ServiceComponent.AdminGroup" Accessibility="Public" Abstract="false" Base="Microsoft.Exchange.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="AdminGroup" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Organization" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DisplayName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>