Поделиться через


WebReference.AppSettingUrlKey Свойство

Определение

Получает ключ URL-адреса веб-ссылки.

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

Значение свойства

Объект String, содержащий состояние ключа URL-адреса веб-ссылки.

Примеры

В следующем примере кода показано использование этого свойства. Этот пример входит в состав более крупного примера использования класса WebReference.

// Print some information about the web reference.
Console.WriteLine("Base Url = {0}", reference.AppSettingBaseUrl);
Console.WriteLine("Url Key = {0}", reference.AppSettingUrlKey);
Console.WriteLine("Documents = {0}", reference.Documents.Count);

Применяется к