Sdílet prostřednictvím


ActivatedClientTypeEntry.ApplicationUrl Vlastnost

Definice

Získá adresu URL aplikace pro aktivaci typu v.

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

Hodnota vlastnosti

Adresa URL aplikace pro aktivaci typu v.

Příklady

Následující příklad kódu ukazuje, jak použít ApplicationUrl vlastnost.

// 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)

Platí pro