MECM.DistributionSourceConfigMgr Content Distribution Source

MECM.DistributionSource (ClassType)

Content Distribution Source

Element properties:

Base ClassMECM.ManagementBaseObject
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5cdc6948-0089-427c-ff78-861d2d9d514e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
MECM.DistributionSource:
DistributionPoint  string  Distribution Point true 256  False     
ServerNALPath  string  Distribution Point Server NAL Path false 256  False     

Health Model:

Source Code:

<ClassType ID="MECM.DistributionSource" Accessibility="Public" Abstract="false" Base="MECM.ManagementBaseObject" Hosted="true" Singleton="false">
<Property ID="DistributionPoint" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerNALPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>