ActivatedClientTypeEntry.ApplicationUrl Eigenschap

Definitie

Hiermee haalt u de URL van de toepassing op om het type te activeren.

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

Waarde van eigenschap

De URL van de toepassing om het type in te activeren.

Voorbeelden

In het volgende codevoorbeeld ziet u hoe u de ApplicationUrl eigenschap gebruikt.

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

Van toepassing op