IVSWebReferenceDynamicProperties2.SetDynamicProperty(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a dynamic Web reference property.
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)
Parameters
- pszUrl
- String
Web reference URL.
- pszPropertyName
- String
Name of the dynamic property.
- Attributes