System.SCE.MP.DeploymentSettingsDeployment Settings

System.SCE.MP.DeploymentSettings (ClassType)

Deployment settings for a group.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdca62b459-0fcb-5dee-cd3a-2c06f3c72fe4

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 
System.SCE.MP.DeploymentSettings:
WsusGroupId  guid      true 256   
MomGroupId  guid      true 256   
Name  string  Name false 256  False 
NewMomGroup  bool      false 256   

Health Model:

Source Code:

<ClassType ID="System.SCE.MP.DeploymentSettings" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="WsusGroupId" Type="guid" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MomGroupId" Type="guid" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NewMomGroup" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>