Microsoft.LS.2010.UrlWatcherSimple URL Watcher

Microsoft.LS.2010.UrlWatcher (ClassType)

Microsoft Lync Server 2010 Simple URL.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf5f52498-f64e-dbdd-48de-bd43a37962c4

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.LS.2010.UrlWatcher:
SimpleUrl  string  Simple URL Microsoft Lync Server 2010 Simple URL. true 256  False 
Domain  string  Domain Microsoft Lync Server 2010 Simple URL Domain. true 256  False 
Type  string  Type Microsoft Lync Server 2010 Simple URL Type. true 256  False 
UrlToTest  string  Test URL Microsoft Lync Server 2010 Targeted URL. false 256  False 
Scope  string  Targeted URL Microsoft Lync Server 2010 Targeted URL. false 256  False 
IsActive  bool  Is Active Microsoft Lync Server 2010 Simple URL Is Active. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.LS.2010.UrlWatcher" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="true" Singleton="false">
<Property ID="SimpleUrl" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Domain" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UrlToTest" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Scope" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsActive" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>