IVSWebReferenceDynamicProperties2.GetDynamicPropertyName(String) 方法

定义

返回 Web 服务动态属性的名称。

public:
 System::String ^ GetDynamicPropertyName(System::String ^ pszWebServiceName);
public:
 Platform::String ^ GetDynamicPropertyName(Platform::String ^ pszWebServiceName);
std::wstring GetDynamicPropertyName(std::wstring const & pszWebServiceName);
[System.Runtime.InteropServices.DispId(1)]
public string GetDynamicPropertyName (string pszWebServiceName);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member GetDynamicPropertyName : string -> string
Public Function GetDynamicPropertyName (pszWebServiceName As String) As String

参数

pszWebServiceName
String

指定 Web 服务的名称的字符串。

返回

String

返回一个字符串,该字符串包含 Web 引用动态属性的名称。

属性

适用于