Partager via


ActivatedClientTypeEntry.ApplicationUrl Propriété

Définition

Obtient l’URL de l’application pour activer le type dans.

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 pour activer le type dans.

Exemples

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

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