Microsoft.SystemCenter.ServiceManager.Portal.Links.ConfigurationMicrosoft.SystemCenter.ServiceManager.Portal.Links.Configuration

Microsoft.SystemCenter.ServiceManager.Portal.Links.Configuration (ClassType)

Element properties:

Base ClassSystem.GlobalSetting
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId93d5c044-0ca5-c45c-8af6-bbad4facb52f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NOR) Description (NOR) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Visningsnavn Visningsnavnet til objektet. false 4000  False   
Microsoft.SystemCenter.ServiceManager.Portal.Links.Configuration:
Id  string  ID ID true 256  False  {0} 
Name  string  Navn Navn false 200  False   
NavigateUrl  string  URL-adresse for navigasjon URL-adresse for navigasjon false 256  False   
LinkDescription  string  Beskrivelse av kobling Beskrivelse av kobling false 4000  False   
Visible  bool  Synlig Synlig false 256    true 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ServiceManager.Portal.Links.Configuration" Base="AdminItem!System.GlobalSetting" Abstract="false" Accessibility="Public" Hosted="false">
<Property ID="Id" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="Name" Type="string" MaxLength="200"/>
<Property ID="NavigateUrl" Type="string"/>
<Property ID="LinkDescription" Type="string" MaxLength="4000"/>
<Property ID="Visible" Type="bool" DefaultValue="true"/>
</ClassType>