IVSWebReferenceDynamicProperties2.SupportsDynamicProperties Method

Definition

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

Applies to