Partager via


ActivatedClientTypeEntry.ApplicationUrl Propriété

Définition

Obtient l'URL de l'application dans laquelle le type doit être activé.

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

Valeur de propriété

URL de l'application dans laquelle le type doit être activé.

Exemples

L'exemple de code suivant montre comment utiliser la propriété ApplicationUrl.

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

S’applique à