ApplicationManifest.ApplicationUri property

 
Microsoft Office Live Communications Server 2005 with SP1

ApplicationManifest.ApplicationUri

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

[C#]public String ApplicationUri {get;}
[Visual Basic .NET]Public ReadOnly Property ApplicationUri As String

Remarks

The application URI is defined in an application manifest XML file with the "lc:appUri" attribute of the "lc:applicationManifest" tag. This attribute is used to uniquely identify an application manifest to the Live Communications Server.

This property will be null until Compile is successfully called.

Requirements

Server: Installed on Microsoft Windows Server 2003 family.
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ApplicationManifest.Compile, ApplicationManifest

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.