Quest.Recovery.Manager.for.Active.Directory.Console.CollectionRMAD Collection

Quest.Recovery.Manager.for.Active.Directory.Console.Collection (ClassType)

Represents an object of the type "RMAD Collection."

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId43f786c1-b889-c9e0-7ad8-8ff2a09d7a54

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 
Quest.Recovery.Manager.for.Active.Directory.Console.Collection:
ID  int  Computer Collection ID true 256   
AgentSideBackupPath  string  DC Storage false 256  False 
ConsoleSideBackupPath  string  Console Storage false 256  False 
CollectFEMetaData  bool  Collect FE Metadata false 256   
HasCollectionItems  string      false 256  False 

Health Model:

Source Code:

<ClassType ID="Quest.Recovery.Manager.for.Active.Directory.Console.Collection" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ID" Type="int" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AgentSideBackupPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ConsoleSideBackupPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="CollectFEMetaData" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="HasCollectionItems" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>