Compartilhar via


ActivatedClientTypeEntry.ApplicationUrl Propriedade

Definição

Obtém a URL do aplicativo no qual ativar o tipo.

public:
 property System::String ^ ApplicationUrl { System::String ^ get(); };
public string ApplicationUrl { get; }
member this.ApplicationUrl : string
Public ReadOnly Property ApplicationUrl As String

Valor da propriedade

A URL do aplicativo no qual ativar o tipo.

Exemplos

O exemplo de código a seguir mostra como usar a ApplicationUrl propriedade .

// Print the application URL.
Console::WriteLine( "Application url where the type is activated: {0}", activatedClientTypeEntry->ApplicationUrl->ToString() );
// Print the application URL.
Console.WriteLine(
    "Application url where the type is activated: " +
    myActivatedClientTypeEntry.ApplicationUrl);
' Print the application URL.
Console.WriteLine("Application url where the type is activated: " + _
    myActivatedClientTypeEntry.ApplicationUrl)

Aplica-se a