IVSWebReferenceDynamicProperties2.SetDynamicProperty(String, String) Метод

Определение

Задает динамическое свойство веб-ссылки.

public:
 void SetDynamicProperty(System::String ^ pszUrl, System::String ^ pszPropertyName);
public:
 void SetDynamicProperty(Platform::String ^ pszUrl, Platform::String ^ pszPropertyName);
void SetDynamicProperty(std::wstring const & pszUrl, std::wstring const & pszPropertyName);
[System.Runtime.InteropServices.DispId(2)]
public void SetDynamicProperty (string pszUrl, string pszPropertyName);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member SetDynamicProperty : string * string -> unit
Public Sub SetDynamicProperty (pszUrl As String, pszPropertyName As String)

Параметры

pszUrl
String

URL-адрес веб-ссылки.

pszPropertyName
String

Имя динамического свойства.

Атрибуты

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