IVSWebReferenceDynamicProperties2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains methods to get and set dynamic properties on a Web reference.
public interface class IVSWebReferenceDynamicProperties2
public interface class IVSWebReferenceDynamicProperties2
__interface IVSWebReferenceDynamicProperties2
[System.Runtime.InteropServices.Guid("E4311E4C-0819-404B-B0D9-F5F44716ECEC")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface IVSWebReferenceDynamicProperties2
[System.Runtime.InteropServices.Guid("E4311E4C-0819-404B-B0D9-F5F44716ECEC")]
public interface IVSWebReferenceDynamicProperties2
[<System.Runtime.InteropServices.Guid("E4311E4C-0819-404B-B0D9-F5F44716ECEC")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IVSWebReferenceDynamicProperties2 = interface
[<System.Runtime.InteropServices.Guid("E4311E4C-0819-404B-B0D9-F5F44716ECEC")>]
type IVSWebReferenceDynamicProperties2 = interface
Public Interface IVSWebReferenceDynamicProperties2
- Attributes
Methods
GetDynamicPropertyName(String) |
Returns the name of the Web service dynamic property. |
SetDynamicProperty(String, String) |
Sets a dynamic Web reference property. |
SupportsDynamicProperties() |
Indicates if a Web service supports dynamic properties. |