ApplicationManifest.ApplicationUri

The ApplicationUri property contains the application URI as defined in the application manifest XML file.

Syntax

[C#]

  Copy imageCopy Code
public String ApplicationUri {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property ApplicationUri As String

Remarks

The application URI is defined in an application manifest XML file using the appUri attribute of the applicationManifest element. This attribute is used to uniquely identify an application manifest to the Microsoft Lync Server 2010 computer.

This property will be null until ApplicationManifest.Compile is successfully called.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also