Microsoft.Amalga.Library.GroupAmalga Group

Microsoft.Amalga.Library.Group (ClassType)

Do not try to make singleton groups derive from this class. It will break the Debug mp.

Element properties:

Base ClassSystem.Group
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6450257e-08fe-1f74-cc30-f8e088cec574

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.Amalga.Library.Group:
ClassName  string  Class Name false 256  False 
AgentName  string  Agent Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Amalga.Library.Group" Accessibility="Public" Abstract="true" Base="System!System.Group" Hosted="false" Singleton="false">
<Property ID="ClassName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AgentName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>