WellKnownClientTypeEntry.ApplicationUrl 属性

定义

获取或设置在其中激活该类型的应用程序的 URL。

public:
 property System::String ^ ApplicationUrl { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationUrl { get; set; }
member this.ApplicationUrl : string with get, set
Public Property ApplicationUrl As String

属性值

在其中激活该类型的应用程序的 URL。

注解

应用程序 URL 是可选的,应设置为与服务器激活的对象对应的应用程序的 URL。

适用于