Freigeben über


IVSWebReferenceDynamicProperties2.SetDynamicProperty-Methode

Legt eine dynamische Eigenschaft eines Webverweises fest.

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

Syntax

'Declaration
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
)

Parameter

  • pszUrl
    Typ: String

    Webverweis-URL.

  • pszPropertyName
    Typ: String

    Name der dynamischen Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVSWebReferenceDynamicProperties2 Schnittstelle

VSLangProj80-Namespace