Compartir a través de


IVSWebReferenceDynamicProperties2.SetDynamicProperty (Método)

Establece una propiedad dinámica de referencia web.

Espacio de nombres:  VSLangProj80
Ensamblado:  VSLangProj80 (en VSLangProj80.dll)

Sintaxis

'Declaración
Sub SetDynamicProperty ( _
    pszUrl As String, _
    pszPropertyName As String _
)
void SetDynamicProperty(
    string pszUrl,
    string pszPropertyName
)
void SetDynamicProperty(
    [InAttribute] String^ pszUrl, 
    [InAttribute] String^ pszPropertyName
)
abstract SetDynamicProperty : 
        pszUrl:string * 
        pszPropertyName:string -> unit 
function SetDynamicProperty(
    pszUrl : String, 
    pszPropertyName : String
)

Parámetros

  • pszPropertyName
    Tipo: System.String
    Nombre de la propiedad dinámica.

Seguridad de .NET Framework

Vea también

Referencia

IVSWebReferenceDynamicProperties2 Interfaz

VSLangProj80 (Espacio de nombres)