IVSWebReferenceDynamicProperties2.SetDynamicProperty Method
Sets a dynamic Web reference property.
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
)
Parameters
pszUrl
Type: System.StringWeb reference URL.
pszPropertyName
Type: System.StringName of the 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.