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

Glossary Item Box

Vendor specific string providing additional information about the server. It is recommended that this mention the name of the company and the type of device(s) supported.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerStatus
Dim value As String
 
instance.VendorInfo = value
 
value = instance.VendorInfo
C# 
[XmlElementAttribute(1)]
public string VendorInfo {get; set;}

Remarks

This string may be locale-specific.

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.