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.
Contains methods to get and set dynamic properties on a Web reference.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
<GuidAttribute("E4311E4C-0819-404B-B0D9-F5F44716ECEC")> _
Public Interface IVSWebReferenceDynamicProperties2
[GuidAttribute("E4311E4C-0819-404B-B0D9-F5F44716ECEC")]
public interface IVSWebReferenceDynamicProperties2
[GuidAttribute(L"E4311E4C-0819-404B-B0D9-F5F44716ECEC")]
public interface class IVSWebReferenceDynamicProperties2
[<GuidAttribute("E4311E4C-0819-404B-B0D9-F5F44716ECEC")>]
type IVSWebReferenceDynamicProperties2 = interface end
public interface IVSWebReferenceDynamicProperties2
The IVSWebReferenceDynamicProperties2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetDynamicPropertyName | Returns the name of the Web service dynamic property. |
![]() |
SetDynamicProperty | Sets a dynamic Web reference property. |
![]() |
SupportsDynamicProperties | Indicates if a Web service supports dynamic properties. |
Top