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

  • pszPropertyName
    Type: System.String
    Name of the dynamic property.

.NET Framework Security

See Also

Reference

IVSWebReferenceDynamicProperties2 Interface

VSLangProj80 Namespace