IVSWebReferenceDynamicProperties2.SetDynamicProperty, méthode
Définit une propriété dynamique d'une référence Web.
Espace de noms : VSLangProj80
Assembly : VSLangProj80 (dans VSLangProj80.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pszUrl
Type : System.String
URL des références Web.
- pszPropertyName
Type : System.String
Nom de la propriété dynamique.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.