IVsApplicationSettings.EnsureWebServiceUrlPropertyExpression Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Function EnsureWebServiceUrlPropertyExpression ( _
pszAppSettingsObjectName As String, _
pszPropertyName As String, _
varPropertyValue As Object _
) As Object
Object EnsureWebServiceUrlPropertyExpression(
string pszAppSettingsObjectName,
string pszPropertyName,
Object varPropertyValue
)
Object^ EnsureWebServiceUrlPropertyExpression(
[InAttribute] String^ pszAppSettingsObjectName,
[InAttribute] String^ pszPropertyName,
[InAttribute] Object^ varPropertyValue
)
abstract EnsureWebServiceUrlPropertyExpression :
pszAppSettingsObjectName:string *
pszPropertyName:string *
varPropertyValue:Object -> Object
function EnsureWebServiceUrlPropertyExpression(
pszAppSettingsObjectName : String,
pszPropertyName : String,
varPropertyValue : Object
) : Object
Parameters
pszAppSettingsObjectName
Type: System.String
pszPropertyName
Type: System.String
varPropertyValue
Type: System.Object
Return Value
Type: System.Object
.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.