Authentication.Any Property
Gets or sets an array of System.Xml.XmlElement objects, or elements.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property Any As XmlElement()
Get
Set
'Usage
Dim instance As Authentication
Dim value As XmlElement()
value = instance.Any
instance.Any = value
public XmlElement[] Any { get; set; }
Property Value
Type: []
An array of System.Xml.XmlElement objects.