IVSWebReferenceDynamicProperties2.SupportsDynamicProperties Method
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.
Indicates if a Web service supports dynamic properties.
public:
bool SupportsDynamicProperties();
public:
bool SupportsDynamicProperties();
bool SupportsDynamicProperties();
[System.Runtime.InteropServices.DispId(3)]
public bool SupportsDynamicProperties ();
[<System.Runtime.InteropServices.DispId(3)>]
abstract member SupportsDynamicProperties : unit -> bool
Public Function SupportsDynamicProperties () As Boolean
Returns
A boolean indicating whether a Web service supports dynamic properties (true) or not (false).
- Attributes