Partilhar via


Authentication.AnyAttr Property

Gets or sets an array of System.Xml.XmlAttribute objects, or attributes.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property AnyAttr As XmlAttribute()
    Get
    Set
'Usage
Dim instance As Authentication
Dim value As XmlAttribute()

value = instance.AnyAttr

instance.AnyAttr = value
public XmlAttribute[] AnyAttr { get; set; }

Property Value

Type: []
An array of System.Xml.XmlAttribute objects

See Also

Reference

Authentication Class

Authentication Members

DspSts Web Service