Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointWebApplicationSharePoint Web Application

Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointWebApplication (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb43e85e9-6bfd-0f66-bbf4-153c9fad02a5

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.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointWebApplication:
ID  string  ID true 256  False 
Name  string  Name true 256  False 
FarmID  string  Web Application Farm ID true 256  False 
PublisherName  string  Event Sources true 256  False 
PublisherNameMonitoring  string  Event Sources for monitoring true 256  False 
Url  string  URL true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointWebApplication" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FarmID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PublisherName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PublisherNameMonitoring" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Url" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>