Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringString 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.