IVSWebReferenceDynamicProperties2.GetDynamicPropertyName(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.
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