Microsoft.LS.2013.UrlWatcherSimple URL Watcher

Microsoft.LS.2013.UrlWatcher (ClassType)

Microsoft Lync Server 2013 Simple URL.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIded8e3491-d10b-1c45-c74d-506b337eec8b

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

Health Model:

Source Code:

<ClassType ID="Microsoft.LS.2013.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"/>
</ClassType>