IVSWebReferenceDynamicProperties2.GetDynamicPropertyName Method

Returns the name of the Web service dynamic property.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
Function GetDynamicPropertyName ( _
    pszWebServiceName As String _
) As String
string GetDynamicPropertyName(
    string pszWebServiceName
)
String^ GetDynamicPropertyName(
    [InAttribute] String^ pszWebServiceName
)
abstract GetDynamicPropertyName : 
        pszWebServiceName:string -> string 
function GetDynamicPropertyName(
    pszWebServiceName : String
) : String

Parameters

  • pszWebServiceName
    Type: System.String
    String specifying the name of the Web service.

Return Value

Type: System.String
Returns a string containing the name of a Web reference dynamic property.

.NET Framework Security

See Also

Reference

IVSWebReferenceDynamicProperties2 Interface

VSLangProj80 Namespace