IVSWebReferenceDynamicProperties2.GetDynamicPropertyName(String) Method

Definition

Returns the name of the Web service dynamic property.

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

Parameters

pszWebServiceName
String

String specifying the name of the Web service.

Returns

Returns a string containing the name of a Web reference dynamic property.

Attributes

Applies to