IVSWebReferenceDynamicProperties2.SupportsDynamicProperties Method
Indicates if a Web service supports dynamic properties.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Function SupportsDynamicProperties As Boolean
bool SupportsDynamicProperties()
bool SupportsDynamicProperties()
abstract SupportsDynamicProperties : unit -> bool
function SupportsDynamicProperties() : boolean
Return Value
Type: System.Boolean
A boolean indicating whether a Web service supports dynamic properties (true) or not (false).
.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.