Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String- Web reference URL. 
- pszPropertyName 
 Type: System.String- Name 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.