IVSWebReferenceDynamicProperties2.SupportsDynamicProperties Method
Indicates if a Web service supports dynamic properties.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Function SupportsDynamicProperties As Boolean
'Usage
Dim instance As IVSWebReferenceDynamicProperties2
Dim returnValue As Boolean
returnValue = instance.SupportsDynamicProperties()
bool SupportsDynamicProperties()
bool SupportsDynamicProperties()
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.
See Also
Reference
IVSWebReferenceDynamicProperties2 Interface