XMLDA.NET Reference
SupportedInterfaceVersions Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ServerStatus Class : SupportedInterfaceVersions Property

Glossary Item Box

Array of Strings, containing the versions of the XML-DA Specification that this server supports. (Required to provide at least 1) The text associated with this Specification is: "XML_DA_Version_1_0"

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerStatus
Dim value() As interfaceVersion
 
instance.SupportedInterfaceVersions = value
 
value = instance.SupportedInterfaceVersions
C# 
[XmlElementAttribute(ElementName="SupportedInterfaceVersions", Order=3)]
public interfaceVersion[] SupportedInterfaceVersions {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.