Microsoft.SystemCenter.ServiceProvider.CustomerSiteCustomer

Microsoft.SystemCenter.ServiceProvider.CustomerSite (ClassType)

Group of entities managed by a System Center Essentials Server

Element properties:

Base ClassMicrosoft.SystemCenter.Site
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId4f167ee0-4ddd-7e20-aae5-e5238652c509

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.SystemCenter.Site:
SiteName  string  Site Name true 256  False 
Microsoft.SystemCenter.ServiceProvider.CustomerSite:
CustomerPointOfContact  string  Point of Contact false 256  False 
CustomerPhoneNumber  string  Phone Number false 256  False 
CustomerEmail  string  Email false 256  False 
CustomerTimeZone  string  Time Zone false 256  False 
CustomerCustomField1  string  Custom Field 1 false 256  False 
CustomerCustomField2  string  Custom Field 2 false 256  False 
CustomerCustomField3  string  Custom Field 3 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ServiceProvider.CustomerSite" Accessibility="Internal" Abstract="false" Base="SC!Microsoft.SystemCenter.Site" Hosted="false" Singleton="false">
<Property ID="CustomerPointOfContact" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="CustomerPhoneNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="CustomerEmail" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="CustomerTimeZone" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="CustomerCustomField1" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="CustomerCustomField2" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="CustomerCustomField3" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
</ClassType>